Html Css Color HEX #F0E6D8 White Linen

📋 copy color: '#F0E6D8'

red 240 ◦ green 230 ◦ blue 216

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

Shades of White Linen #F0E6D8

Tints of White Linen #F0E6D8

RGB

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

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

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

R = 34.99%
G = 33.53%
B = 31.49%

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

#F0E6D8 (or 0xF0E6D8) is known color: White Linen. HEX triplet: F0, E6 and D8. RGB value is (240,230,216). Sum of RGB (Red+Green+Blue) = 240+230+216=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6D8 is #0F1927. Grayscale: #E7E7E7. Windows color (decimal): -989480 or 14214896. OLE color: 14214896.

HSL color Cylindrical-coordinate representation of color #F0E6D8: hue angle of 35º 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 #F0E6D8 is Cyan = 0, Magento = 0.04, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 230 216 -
CMYK 0 0.04 0.1 0.06
HSL 35º 0.44% 0.89% -
HSV(B) 35º 0.1% 0.94% -
XYZ 76.63 80.08 76.38 -
YUV 231.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 240 230 216 0 0.04 0.1 0.06 35 0.44 0.89
Hex F0 E6 D8 0 4 A 6 23 2C 59
Octal 360 346 330 0 4 12 6 43 54 131
Binary 11110000 11100110 11011000 0 100 1010 110 100011 101100 1011001

Color Harmonies of #F0E6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6D8

Black with #F0E6D8

Text Example


Text Example

White with #F0E6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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