Html Css Color HEX #F0E7D8 White Linen

📋 copy color: '#F0E7D8'

red 240 ◦ green 231 ◦ blue 216

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

Shades of White Linen #F0E7D8

Tints of White Linen #F0E7D8

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.62%

 BLUE value IS 216 (84.77% from 255) = 31.44%

R = 34.93%
G = 33.62%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F0E7D8 (or 0xF0E7D8) is known color: White Linen. HEX triplet: F0, E7 and D8. RGB value is (240,231,216). Sum of RGB (Red+Green+Blue) = 240+231+216=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 216 (84.77% from 255 or 31.44% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7D8 is #0F1827. Grayscale: #E8E8E8. Windows color (decimal): -989224 or 14215152. OLE color: 14215152.

HSL color Cylindrical-coordinate representation of color #F0E7D8: hue angle of 37.5º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0E7D8 is Cyan = 0, Magento = 0.04, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 231 216 -
CMYK 0 0.04 0.1 0.06
HSL 37.5º 0.44% 0.89% -
HSV(B) 37.5º 0.1% 0.94% -
XYZ 76.91 80.63 76.48 -
YUV 231.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 240 231 216 0 0.04 0.1 0.06 37.5 0.44 0.89
Hex F0 E7 D8 0 4 A 6 26 2C 59
Octal 360 347 330 0 4 12 6 46 54 131
Binary 11110000 11100111 11011000 0 100 1010 110 100110 101100 1011001

Color Harmonies of #F0E7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E7D8

Black with #F0E7D8

Text Example


Text Example

White with #F0E7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E7D8; }

 p { color: rgb(240,231,216); }

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

background-color css

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

 a { background-color: rgb(240,231,216); }

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

border-color css

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

 span { border-color: rgb(240,231,216); }

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