#F2E9DC

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

Shades of White Linen #F2E9DC

Tints of White Linen #F2E9DC

Color information

#F2E9DC (or 0xF2E9DC) is unknown color: approx White Linen. HEX triplet: F2, E9 and DC. RGB value is (242,233,220). Sum of RGB (Red+Green+Blue) = 242+233+220=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9DC is #0D1623. Grayscale: #EAEAEA. Windows color (decimal): -857636 or 14477810. OLE color: 14477810.

HSL color Cylindrical-coordinate representation of color #F2E9DC: hue angle of 35.45º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E9DC is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242233220-
CMYK00.040.090.05
HSL35.45º45.83%90.59%-
HSV(B)35.45º9.09%94.9%-
XYZ78.6882.3279.45-
YUV234.21119.98133.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.82%
GREEN value IS 233 (91.41% from 255) = 33.53%
BLUE value IS 220 (86.33% from 255) = 31.65%
R=34.82%
G=33.53%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223322000.040.090.0535.4545.8390.59
HexF2E9DC0495232e5b
Octal362351334041154356133
Binary111100101110100111011100010010011011000111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E9DC; }

 p { color: rgb(242,233,220); }

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

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

 a { background-color: rgb(242,233,220); }

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

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

 span { border-color: rgb(242,233,220); }

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