COLOR #FFCBF6

HEX: #FFCBF6
RGB: (255,203,246)

Color info

#FFCBF6 contains red, green and blue colors in about the same proportion. Web safe color of #FFCBF6 is #FFCCFF (or #FCF).

RGB color model

#FFCBF6 color RGB value is (255,203,246).

  • red value is 255;
  • green value is 203;
  • blue value is 246.
RGB:
(255,203,246)
(100%,80%,96%)

RGB channels and saturation

R 255 of 255 = 100%
G 203 of 255 = 80%
B 246 of 255 = 96%

255
203
246

R + G + B ~ 92%. #FFCBF6 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 203 + 246 = 704 (100%)
R 255 of 704 ~ 36.22%
G 203 of 704 ~ 28.84%
B 246 of 704 ~ 34.94%

%36.22
%28.84
%34.94

CMYK color model

#FFCBF6 color CMYK value is (0,20,4,0).

  • cyan value is 0.00%
  • magenta value is 20.39%
  • yellow value is 3.53%
  • key color value is 0.00%
CMYK:
(0,20,4,0)
C0M20Y4K0 
(0%,20%,4%,0%)
(0.00/0.20/0.04/0.00)	

CMYK percentages

%0
%20.39
%3.53
%0

Codes

Color #FFCBF6 in popluar color models

FFCBF6
RGB255203246
HSL310°100.00%89.80%
HSB/HSV310°20.39%100.00%
CMYK0.00%20.39%3.53%
0.00%

Color #FFCBF6 in popluar number systems.

HEXFFCBF6
Decimal255203246
Binary111111111100101111110110
Octal377313366

Shades and tints

Shades of #FFCBF6

#FFCBF6
(255,203,246)
#E8B9E0
(232,185,224)
#D1A7CA
(209,167,202)
#BA95B4
(186,149,180)
#A3839E
(163,131,158)
#8C7188
(140,113,136)
#755F72
(117,95,114)
#5E4D5C
(94,77,92)
#473B46
(71,59,70)
#302930
(48,41,48)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #FFCBF6

#FFCBF6
(255,203,246)
#FFCFF6
(255,207,246)
#FFD3F6
(255,211,246)
#FFD7F6
(255,215,246)
#FFDBF6
(255,219,246)
#FFDFF6
(255,223,246)
#FFE3F6
(255,227,246)
#FFE7F6
(255,231,246)
#FFEBF6
(255,235,246)
#FFEFF6
(255,239,246)
#FFF3F6
(255,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCBF6 color. Also use rgb(255,203,246) instead hex code.

Text Font Color

.myTextColor { color: #FFCBF6; }

<p style="color:#FFCBF6">This sample text font color is #FFCBF6.</p>

This text font color is #FFCBF6.


Background Color

.myBgColor { background-color: #FFCBF6; }

<div style="background-color:#FFCBF6">Inner text</div>

This div background color is #FFCBF6.


Border color

.myBorderColor { border: 1px solid #FFCBF6; }

<div style="border:3px solid #FFCBF6">Div</div>

This div border color is #FFCBF6.


Opacity

.myOpacity80 { color: #FFCBF6; opacity: 0.8; }

<p style="color:#FFCBF6;opacity:0.8;">80%</p>

Text with #FFCBF6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFCBF6;}

<p style="text-shadow: 3px 3px 1px #FFCBF6">Text here.</p>

This text has shadow with #FFCBF6 color.

.textShadow {text-shadow: 3px 3px 1px #FFCBF6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFCBF6, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFCBF6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFCBF6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFCBF6, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFCBF6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FFCBF6;
  -webkit-box-shadow:	1px 1px 3px 2px #FFCBF6;
  box-shadow:		1px 1px 3px 2px #FFCBF6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFCBF6;
-webkit-box-shadow: 1px 1px 3px 2px #FFCBF6;
box-shadow:1px 1px 3px 2px #FFCBF6;">
Div content here</div>
This div box has shadow with color #FFCBF6.

Preview

Color preview on black background

This text has color #FFCBF6 on black background.


Color preview on white background

This text has color #FFCBF6 on white background.



Black color preview on #FFCBF6 background

This text has black color on #FFCBF6 background.


White color preview on #FFCBF6 background

This text has white color on #FFCBF6 background.