#F2EADB

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

Shades of White Linen #F2EADB

Tints of White Linen #F2EADB

Color information

#F2EADB (or 0xF2EADB) is unknown color: approx White Linen. HEX triplet: F2, EA and DB. RGB value is (242,234,219). Sum of RGB (Red+Green+Blue) = 242+234+219=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EADB is #0D1524. Grayscale: #EAEAEA. Windows color (decimal): -857381 or 14412530. OLE color: 14412530.

HSL color Cylindrical-coordinate representation of color #F2EADB: hue angle of 39.13º 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 #F2EADB is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242234219-
CMYK00.030.100.05
HSL39.13º46.94%90.39%-
HSV(B)39.13º9.5%94.9%-
XYZ78.8382.8478.85-
YUV234.68119.15133.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.82%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 219 (85.94% from 255) = 31.51%
R=34.82%
G=33.67%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223421900.030.100.0539.1346.9490.39
HexF2EADB03A5272f5a
Octal362352333031254757132
Binary11110010111010101101101101110101011001111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EADB; }

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

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

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

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

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

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

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

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