#F2E5DC

Color #F2E5DC Fair Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fair Pink #F2E5DC

Tints of Fair Pink #F2E5DC

Color information

#F2E5DC (or 0xF2E5DC) is unknown color: approx Fair Pink. HEX triplet: F2, E5 and DC. RGB value is (242,229,220). Sum of RGB (Red+Green+Blue) = 242+229+220=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5DC is #0D1A23. Grayscale: #E7E7E7. Windows color (decimal): -858660 or 14476786. OLE color: 14476786.

HSL color Cylindrical-coordinate representation of color #F2E5DC: hue angle of 24.55º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E5DC is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242229220-
CMYK00.050.090.05
HSL24.55º45.83%90.59%-
HSV(B)24.55º9.09%94.9%-
XYZ77.5680.0879.08-
YUV231.86121.31135.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 35.02%
GREEN value IS 229 (89.84% from 255) = 33.14%
BLUE value IS 220 (86.33% from 255) = 31.84%
R=35.02%
G=33.14%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222922000.050.090.0524.5545.8390.59
HexF2E5DC0595192e5b
Octal362345334051153156133
Binary11110010111001011101110001011001101110011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5DC; }

 p { color: rgb(242,229,220); }

 H1.HeaderClassName
 {
   color: #F2E5DC;
 }
 .AnyTagClassName
 {
   color: #F2E5DC;
 }
</style>
background-color css

<style>
 a { background-color: #F2E5DC; }

 a { background-color: rgb(242,229,220); }

 div.DivClassName
 {
   background-color: #F2E5DC;
 }
 .BgClassName
 {
   background-color: #F2E5DC;
 }
</style>
border-color css

<style>
 span { border-color: #F2E5DC; }

 span { border-color: rgb(242,229,220); }

 td.TdClassName
 {
   border-color: #F2E5DC;
 }
 .TagClassName
 {
   border-color: #F2E5DC;
 }
</style>