COLOR #FFCAEB

HEX: #FFCAEB
RGB: (255,202,235)

Color info

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

RGB color model

#FFCAEB color RGB value is (255,202,235).

  • red value is 255;
  • green value is 202;
  • blue value is 235.
RGB:
(255,202,235)
(100%,79%,92%)

RGB channels and saturation

R 255 of 255 = 100%
G 202 of 255 = 79%
B 235 of 255 = 92%

255
202
235

R + G + B ~ 90%. #FFCAEB is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 202 + 235 = 692 (100%)
R 255 of 692 ~ 36.85%
G 202 of 692 ~ 29.19%
B 235 of 692 ~ 33.96%

%36.85
%29.19
%33.96

CMYK color model

#FFCAEB color CMYK value is (0,21,8,0).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK:
(0,21,8,0)
C0M21Y8K0 
(0%,21%,8%,0%)
(0.00/0.21/0.08/0.00)	

CMYK percentages

%0
%20.78
%7.84
%0

Codes

Color #FFCAEB in popluar color models

FFCAEB
RGB255202235
HSL323°100.00%89.61%
HSB/HSV323°20.78%100.00%
CMYK0.00%20.78%7.84%
0.00%

Color #FFCAEB in popluar number systems.

HEXFFCAEB
Decimal255202235
Binary111111111100101011101011
Octal377312353

Shades and tints

Shades of #FFCAEB

#FFCAEB
(255,202,235)
#E8B8D6
(232,184,214)
#D1A6C1
(209,166,193)
#BA94AC
(186,148,172)
#A38297
(163,130,151)
#8C7082
(140,112,130)
#755E6D
(117,94,109)
#5E4C58
(94,76,88)
#473A43
(71,58,67)
#30282E
(48,40,46)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #FFCAEB

#FFCAEB
(255,202,235)
#FFCEEC
(255,206,236)
#FFD2ED
(255,210,237)
#FFD6EE
(255,214,238)
#FFDAEF
(255,218,239)
#FFDEF0
(255,222,240)
#FFE2F1
(255,226,241)
#FFE6F2
(255,230,242)
#FFEAF3
(255,234,243)
#FFEEF4
(255,238,244)
#FFF2F5
(255,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCAEB color. Also use rgb(255,202,235) instead hex code.

Text Font Color

.myTextColor { color: #FFCAEB; }

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

This text font color is #FFCAEB.


Background Color

.myBgColor { background-color: #FFCAEB; }

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

This div background color is #FFCAEB.


Border color

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

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

This div border color is #FFCAEB.


Opacity

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

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

Text with #FFCAEB 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 #FFCAEB;}

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

This text has shadow with #FFCAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCAEB on black background.


Color preview on white background

This text has color #FFCAEB on white background.



Black color preview on #FFCAEB background

This text has black color on #FFCAEB background.


White color preview on #FFCAEB background

This text has white color on #FFCAEB background.