Html Css Color HEX #F0E8DC White Linen

📋 copy color: '#F0E8DC'

red 240 ◦ green 232 ◦ blue 220

#F0E8DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Linen #F0E8DC

Tints of White Linen #F0E8DC

RGB

 RED value IS 240 (94.14% from 255) = 34.68%

 GREEN value IS 232 (91.02% from 255) = 33.53%

 BLUE value IS 220 (86.33% from 255) = 31.79%

R = 34.68%
G = 33.53%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0E8DC (or 0xF0E8DC) is known color: White Linen. HEX triplet: F0, E8 and DC. RGB value is (240,232,220). Sum of RGB (Red+Green+Blue) = 240+232+220=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8DC is #0F1723. Grayscale: #E9E9E9. Windows color (decimal): -988964 or 14477552. OLE color: 14477552.

HSL color Cylindrical-coordinate representation of color #F0E8DC: hue angle of 36º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0E8DC is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 232 220 -
CMYK 0 0.03 0.08 0.06
HSL 36º 0.4% 0.9% -
HSV(B) 36º 0.08% 0.94% -
XYZ 77.71 81.41 79.33 -
YUV 233.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 240 232 220 0 0.03 0.08 0.06 36 0.4 0.9
Hex F0 E8 DC 0 3 8 6 24 28 5A
Octal 360 350 334 0 3 10 6 44 50 132
Binary 11110000 11101000 11011100 0 11 1000 110 100100 101000 1011010

Color Harmonies of #F0E8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E8DC

Black with #F0E8DC

Text Example


Text Example

White with #F0E8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E8DC; }

 p { color: rgb(240,232,220); }

 H1.HeaderClassName
 {
   color: #F0E8DC;
 }
 .AnyTagClassName
 {
   color: #F0E8DC;
 }
</style>

background-color css

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

 a { background-color: rgb(240,232,220); }

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

border-color css

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

 span { border-color: rgb(240,232,220); }

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