#F0E0D5

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

Shades of Fair Pink #F0E0D5

Tints of Fair Pink #F0E0D5

Color information

#F0E0D5 (or 0xF0E0D5) is unknown color: approx Fair Pink. HEX triplet: F0, E0 and D5. RGB value is (240,224,213). Sum of RGB (Red+Green+Blue) = 240+224+213=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 213 (83.59% from 255 or 31.46% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0D5 is #0F1F2A. Grayscale: #E3E3E3. Windows color (decimal): -991019 or 14016752. OLE color: 14016752.

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

Color convert

RGB240224213-
CMYK00.070.110.06
HSL24.44º47.37%88.82%-
HSV(B)24.44º11.25%94.12%-
XYZ74.676.6473.81-
YUV227.53119.8136.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.45%
GREEN value IS 224 (87.89% from 255) = 33.09%
BLUE value IS 213 (83.59% from 255) = 31.46%
R=35.45%
G=33.09%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022421300.070.110.0624.4447.3788.82
HexF0E0D507B6182f59
Octal360340325071363057131
Binary11110000111000001101010101111011110110001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E0D5; }

 p { color: rgb(240,224,213); }

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

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

 a { background-color: rgb(240,224,213); }

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

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

 span { border-color: rgb(240,224,213); }

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