Html Css Color HEX #F0E9DE White Linen

📋 copy color: '#F0E9DE'

red 240 ◦ green 233 ◦ blue 222

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

Shades of White Linen #F0E9DE

Tints of White Linen #F0E9DE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.53%

 BLUE value IS 222 (87.11% from 255) = 31.94%

R = 34.53%
G = 33.53%
B = 31.94%

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

#F0E9DE (or 0xF0E9DE) is known color: White Linen. HEX triplet: F0, E9 and DE. RGB value is (240,233,222). Sum of RGB (Red+Green+Blue) = 240+233+222=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9DE is #0F1621. Grayscale: #E9E9E9. Windows color (decimal): -988706 or 14608880. OLE color: 14608880.

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

Color convert

RGB 240 233 222 -
CMYK 0 0.03 0.08 0.06
HSL 36.67º 0.38% 0.91% -
HSV(B) 36.67º 0.07% 0.94% -
XYZ 78.26 82.08 80.83 -
YUV 233.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 240 233 222 0 0.03 0.08 0.06 36.67 0.38 0.91
Hex F0 E9 DE 0 3 8 6 25 26 5B
Octal 360 351 336 0 3 10 6 45 46 133
Binary 11110000 11101001 11011110 0 11 1000 110 100101 100110 1011011

Color Harmonies of #F0E9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E9DE

Black with #F0E9DE

Text Example


Text Example

White with #F0E9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E9DE; }

 p { color: rgb(240,233,222); }

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

background-color css

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

 a { background-color: rgb(240,233,222); }

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

border-color css

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

 span { border-color: rgb(240,233,222); }

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