#F0E2D8

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

Shades of Fair Pink #F0E2D8

Tints of Fair Pink #F0E2D8

Color information

#F0E2D8 (or 0xF0E2D8) is unknown color: approx Fair Pink. HEX triplet: F0, E2 and D8. RGB value is (240,226,216). Sum of RGB (Red+Green+Blue) = 240+226+216=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 216 (84.77% from 255 or 31.67% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2D8 is #0F1D27. Grayscale: #E5E5E5. Windows color (decimal): -990504 or 14213872. OLE color: 14213872.

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

Color convert

RGB240226216-
CMYK00.060.10.06
HSL25º44.44%89.41%-
HSV(B)25º10%94.12%-
XYZ75.5377.8876.02-
YUV229.05120.64135.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.19%
GREEN value IS 226 (88.67% from 255) = 33.14%
BLUE value IS 216 (84.77% from 255) = 31.67%
R=35.19%
G=33.14%
B=31.67%

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
Decimal24022621600.060.10.062544.4489.41
HexF0E2D806A6192c59
Octal360342330061263154131
Binary11110000111000101101100001101010110110011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E2D8; }

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

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

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

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

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

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

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

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