#F3EADC

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

Shades of White Linen #F3EADC

Tints of White Linen #F3EADC

Color information

#F3EADC (or 0xF3EADC) is unknown color: approx White Linen. HEX triplet: F3, EA and DC. RGB value is (243,234,220). Sum of RGB (Red+Green+Blue) = 243+234+220=697 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.86% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EADC is #0C1523. Grayscale: #EBEBEB. Windows color (decimal): -791844 or 14478067. OLE color: 14478067.

HSL color Cylindrical-coordinate representation of color #F3EADC: hue angle of 36.52º degrees, saturation: 0.49, 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 #F3EADC is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243234220-
CMYK00.040.090.05
HSL36.52º48.94%90.78%-
HSV(B)36.52º9.47%95.29%-
XYZ79.383.0779.56-
YUV235.1119.48133.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.86%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 220 (86.33% from 255) = 31.56%
R=34.86%
G=33.57%
B=31.56%

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
Decimal24323422000.040.090.0536.5248.9490.78
HexF3EADC049525315b
Octal363352334041154561133
Binary111100111110101011011100010010011011001011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EADC; }

 p { color: rgb(243,234,220); }

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

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

 a { background-color: rgb(243,234,220); }

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

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

 span { border-color: rgb(243,234,220); }

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