#F0E1D8

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

Shades of Fair Pink #F0E1D8

Tints of Fair Pink #F0E1D8

Color information

#F0E1D8 (or 0xF0E1D8) is unknown color: approx Fair Pink. HEX triplet: F0, E1 and D8. RGB value is (240,225,216). Sum of RGB (Red+Green+Blue) = 240+225+216=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 216 (84.77% from 255 or 31.72% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1D8 is #0F1E27. Grayscale: #E4E4E4. Windows color (decimal): -990760 or 14213616. OLE color: 14213616.

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

Color convert

RGB240225216-
CMYK00.060.10.06
HSL22.5º44.44%89.41%-
HSV(B)22.5º10%94.12%-
XYZ75.2677.3375.93-
YUV228.46120.97136.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.24%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 216 (84.77% from 255) = 31.72%
R=35.24%
G=33.04%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022521600.060.10.0622.544.4489.41
HexF0E1D806A6172c59
Octal360341330061262754131
Binary11110000111000011101100001101010110101111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1D8; }

 p { color: rgb(240,225,216); }

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

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

 a { background-color: rgb(240,225,216); }

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

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

 span { border-color: rgb(240,225,216); }

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