#F2E5DE

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

Shades of Fair Pink #F2E5DE

Tints of Fair Pink #F2E5DE

Color information

#F2E5DE (or 0xF2E5DE) is unknown color: approx Fair Pink. HEX triplet: F2, E5 and DE. RGB value is (242,229,222). Sum of RGB (Red+Green+Blue) = 242+229+222=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 229 (89.84% from 255 or 33.04% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5DE is #0D1A21. Grayscale: #E8E8E8. Windows color (decimal): -858658 or 14607858. OLE color: 14607858.

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

Color convert

RGB242229222-
CMYK00.050.080.05
HSL21º43.48%90.98%-
HSV(B)21º8.26%94.9%-
XYZ77.8280.1980.48-
YUV232.09122.31135.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.92%
GREEN value IS 229 (89.84% from 255) = 33.04%
BLUE value IS 222 (87.11% from 255) = 32.03%
R=34.92%
G=33.04%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222922200.050.080.052143.4890.98
HexF2E5DE0585152b5b
Octal362345336051052553133
Binary11110010111001011101111001011000101101011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5DE; }

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

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

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

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

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

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

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

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