#F2E8DB

Color #F2E8DB White Linen (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Linen #F2E8DB

Tints of White Linen #F2E8DB

Color information

#F2E8DB (or 0xF2E8DB) is unknown color: approx White Linen. HEX triplet: F2, E8 and DB. RGB value is (242,232,219). Sum of RGB (Red+Green+Blue) = 242+232+219=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8DB is #0D1724. Grayscale: #E9E9E9. Windows color (decimal): -857893 or 14412018. OLE color: 14412018.

HSL color Cylindrical-coordinate representation of color #F2E8DB: hue angle of 33.91º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2E8DB is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242232219-
CMYK00.040.100.05
HSL33.91º46.94%90.39%-
HSV(B)33.91º9.5%94.9%-
XYZ78.2681.778.66-
YUV233.51119.81134.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.92%
GREEN value IS 232 (91.02% from 255) = 33.48%
BLUE value IS 219 (85.94% from 255) = 31.60%
R=34.92%
G=33.48%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223221900.040.100.0533.9146.9490.39
HexF2E8DB04A5222f5a
Octal362350333041254257132
Binary111100101110100011011011010010101011000101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E8DB; }

 p { color: rgb(242,232,219); }

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

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

 a { background-color: rgb(242,232,219); }

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

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

 span { border-color: rgb(242,232,219); }

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