COLOR #F2CAEB

HEX: #F2CAEB RGB: (242,202,235)

Color info

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

RGB color model

#F2CAEB color RGB value is (242,202,235).

RGB: (242,202,235) (95%, 79%, 92%)

RGB channels and saturation

R 242 of 255 = 95%
G 202 of 255 = 79%
B 235 of 255 = 92%

242
202
235

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

Portions of RGB colors in percentages

R + G + B = 242 + 202 + 235 = 679 (100%)
R 242 of 679 ~ 35.64%
G 202 of 679 ~ 29.75%
B 235 of 679 ~ 34.61'%

%35.64
%29.75
%34.61

CMYK color model

#F2CAEB color CMYK value is (0,17,3,5).

  • cyan value is 0.00%
  • magenta value is 16.53%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK: (0,17,3,5) C0M17Y3K5 (0%,17%,3%,5%) (0.00/0.17/0.03/0.05) 

CMYK percentages

%0
%16.53
%2.89
%5.1

Codes

Color #F2CAEB in popluar color models

F2 CA EB
RGB 242 202 235
HSL 311° 60.61% 87.06%
HSB/HSV 311° 16.53% 94.90%
CMYK 0.00% 16.53% 2.89%
5.10%

Color #F2CAEB in popluar number systems.

HEX F2 CA EB
Decimal 242 202 235
Binary 11110010 11001010 11101011
Octal 362 312 353

Shades and tints

Shades of #F2CAEB

#F2CAEB
(242,202,235)
#DCB8D6
(220,184,214)
#C6A6C1
(198,166,193)
#B094AC
(176,148,172)
#9A8297
(154,130,151)
#847082
(132,112,130)
#6E5E6D
(110,94,109)
#584C58
(88,76,88)
#423A43
(66,58,67)
#2C282E
(44,40,46)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #F2CAEB

#F2CAEB
(242,202,235)
#F3CEEC
(243,206,236)
#F4D2ED
(244,210,237)
#F5D6EE
(245,214,238)
#F6DAEF
(246,218,239)
#F7DEF0
(247,222,240)
#F8E2F1
(248,226,241)
#F9E6F2
(249,230,242)
#FAEAF3
(250,234,243)
#FBEEF4
(251,238,244)
#FCF2F5
(252,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CAEB; }

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

This text font color is #F2CAEB.

Background Color

.myBgColor { background-color: #F2CAEB; }

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

This div background color is #F2CAEB.

Border color

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

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

This div border color is #F2CAEB.

Opacity

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

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

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

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

This text has shadow with #F2CAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2CAEB.

Preview

Color preview on black background

This text has color #F2CAEB on black background.


Color preview on white background

This text has color #F2CAEB on white background.


Black color preview on #F2CAEB background

This text has black color on #F2CAEB background.


White color preview on #F2CAEB background

This text has white color on #F2CAEB background.


Related colors

Complementary color

Complementary color for #hex is #0D3514.


I love getcolorcode.com

Triadic colors

1 #EBF2CA and #CAEBF2 with #F2CAEB are triadic colors.

2 #EBCAF2 and #CAF2EB with #F2CAEB are triadic colors.