#F2E4DC

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

Shades of Fair Pink #F2E4DC

Tints of Fair Pink #F2E4DC

Color information

#F2E4DC (or 0xF2E4DC) is unknown color: approx Fair Pink. HEX triplet: F2, E4 and DC. RGB value is (242,228,220). Sum of RGB (Red+Green+Blue) = 242+228+220=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 228 (89.45% from 255 or 33.04% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4DC is #0D1B23. Grayscale: #E7E7E7. Windows color (decimal): -858916 or 14476530. OLE color: 14476530.

HSL color Cylindrical-coordinate representation of color #F2E4DC: hue angle of 21.82º 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 #F2E4DC is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242228220-
CMYK00.060.090.05
HSL21.82º45.83%90.59%-
HSV(B)21.82º9.09%94.9%-
XYZ77.2879.5378.99-
YUV231.27121.64135.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.07%
GREEN value IS 228 (89.45% from 255) = 33.04%
BLUE value IS 220 (86.33% from 255) = 31.88%
R=35.07%
G=33.04%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222822000.060.090.0521.8245.8390.59
HexF2E4DC0695162e5b
Octal362344334061152656133
Binary11110010111001001101110001101001101101101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4DC; }

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

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

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

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

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

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

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

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