Html Css Color HEX #F0E6D9 White Linen

📋 copy color: '#F0E6D9'

red 240 ◦ green 230 ◦ blue 217

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

Shades of White Linen #F0E6D9

Tints of White Linen #F0E6D9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.48%

 BLUE value IS 217 (85.16% from 255) = 31.59%

R = 34.93%
G = 33.48%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F0E6D9 (or 0xF0E6D9) is known color: White Linen. HEX triplet: F0, E6 and D9. RGB value is (240,230,217). Sum of RGB (Red+Green+Blue) = 240+230+217=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6D9 is #0F1926. Grayscale: #E7E7E7. Windows color (decimal): -989479 or 14280432. OLE color: 14280432.

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

Color convert

RGB 240 230 217 -
CMYK 0 0.04 0.10 0.06
HSL 33.91º 0.43% 0.9% -
HSV(B) 33.91º 0.1% 0.94% -
XYZ 76.76 80.13 77.07 -
YUV 231.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 240 230 217 0 0.04 0.10 0.06 33.91 0.43 0.9
Hex F0 E6 D9 0 4 A 6 22 2B 5A
Octal 360 346 331 0 4 12 6 42 53 132
Binary 11110000 11100110 11011001 0 100 1010 110 100010 101011 1011010

Color Harmonies of #F0E6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6D9

Black with #F0E6D9

Text Example


Text Example

White with #F0E6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6D9; }

 p { color: rgb(240,230,217); }

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

background-color css

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

 a { background-color: rgb(240,230,217); }

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

border-color css

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

 span { border-color: rgb(240,230,217); }

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