#F0E5DF

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

Shades of Fair Pink #F0E5DF

Tints of Fair Pink #F0E5DF

Color information

#F0E5DF (or 0xF0E5DF) is unknown color: approx Fair Pink. HEX triplet: F0, E5 and DF. RGB value is (240,229,223). Sum of RGB (Red+Green+Blue) = 240+229+223=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5DF is #0F1A20. Grayscale: #E7E7E7. Windows color (decimal): -989729 or 14673392. OLE color: 14673392.

HSL color Cylindrical-coordinate representation of color #F0E5DF: hue angle of 21.18º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0E5DF is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB240229223-
CMYK00.050.070.06
HSL21.18º36.17%90.78%-
HSV(B)21.18º7.08%94.12%-
XYZ77.2779.8981.16-
YUV231.6123.14133.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.68%
GREEN value IS 229 (89.84% from 255) = 33.09%
BLUE value IS 223 (87.5% from 255) = 32.23%
R=34.68%
G=33.09%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022922300.050.070.0621.1836.1790.78
HexF0E5DF057615245b
Octal36034533705762544133
Binary1111000011100101110111110101111110101011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E5DF; }

 p { color: rgb(240,229,223); }

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

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

 a { background-color: rgb(240,229,223); }

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

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

 span { border-color: rgb(240,229,223); }

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