COLOR #F0CAEE

HEX: #F0CAEE RGB: (240,202,238)

Color info

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

RGB color model

#F0CAEE color RGB value is (240,202,238).

RGB: (240,202,238) (94%, 79%, 93%)

RGB channels and saturation

R 240 of 255 = 94%
G 202 of 255 = 79%
B 238 of 255 = 93%

240
202
238

R + G + B ~ 89%. #F0CAEE is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 202 + 238 = 680 (100%)
R 240 of 680 ~ 35.29%
G 202 of 680 ~ 29.71%
B 238 of 680 ~ 35'%

%35.29
%29.71
%35

CMYK color model

#F0CAEE color CMYK value is (0,16,1,6).

  • cyan value is 0.00%
  • magenta value is 15.83%
  • yellow value is 0.83%
  • key color value is 5.88%

CMYK: (0,16,1,6)
C0M16Y1K6 (0%, 16%, 1%, 6%)
(0.00 / 0.16 / 0.01 / 0.06)

CMYK percentages

%0
%15.83
%0.83
%5.88

Codes

Color #F0CAEE in popluar color models

F0 CA EE
RGB 240 202 238
HSL 303° 55.88% 86.67%
HSB/HSV 303° 15.83% 94.12%
CMYK 0.00% 15.83% 0.83%
5.88%

Color #F0CAEE in popluar number systems.

HEX F0 CA EE
Decimal 240 202 238
Binary 11110000 11001010 11101110
Octal 360 312 356

Shades and tints

Shades of #F0CAEE

#F0CAEE
(240,202,238)
#DBB8D9
(219,184,217)
#C6A6C4
(198,166,196)
#B194AF
(177,148,175)
#9C829A
(156,130,154)
#877085
(135,112,133)
#725E70
(114,94,112)
#5D4C5B
(93,76,91)
#483A46
(72,58,70)
#332831
(51,40,49)
#1E161C
(30,22,28)
#000000
(0,0,0)

Tints of #F0CAEE

#F0CAEE
(240,202,238)
#F1CEEF
(241,206,239)
#F2D2F0
(242,210,240)
#F3D6F1
(243,214,241)
#F4DAF2
(244,218,242)
#F5DEF3
(245,222,243)
#F6E2F4
(246,226,244)
#F7E6F5
(247,230,245)
#F8EAF6
(248,234,246)
#F9EEF7
(249,238,247)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CAEE color. Also use rgb(240,202,238) instead hex code.

Text Font Color

.myTextColor { color: #F0CAEE; }

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

This text font color is #F0CAEE.

Background Color

.myBgColor { background-color: #F0CAEE; }

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

This div background color is #F0CAEE.

Border color

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

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

This div border color is #F0CAEE.

Opacity

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

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

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

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

This text has shadow with #F0CAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CAEE.

Preview

Color preview on black background

This text has color #F0CAEE on black background.


Color preview on white background

This text has color #F0CAEE on white background.


Black color preview on #F0CAEE background

This text has black color on #F0CAEE background.


White color preview on #F0CAEE background

This text has white color on #F0CAEE background.


Related colors

Complementary color

Complementary color for #hex is #0F3511.


I love getcolorcode.com

Triadic colors

1 #EEF0CA and #CAEEF0 with #F0CAEE are triadic colors.

2 #EECAF0 and #CAF0EE with #F0CAEE are triadic colors.