Html Css Color HEX #F0EAE1 White Linen

📋 copy color: '#F0EAE1'

red 240 ◦ green 234 ◦ blue 225

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

Shades of White Linen #F0EAE1

Tints of White Linen #F0EAE1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.48%

 BLUE value IS 225 (88.28% from 255) = 32.19%

R = 34.33%
G = 33.48%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F0EAE1 (or 0xF0EAE1) is known color: White Linen. HEX triplet: F0, EA and E1. RGB value is (240,234,225). Sum of RGB (Red+Green+Blue) = 240+234+225=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EAE1 is #0F151E. Grayscale: #EAEAEA. Windows color (decimal): -988447 or 14805744. OLE color: 14805744.

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

Color convert

RGB 240 234 225 -
CMYK 0 0.02 0.06 0.06
HSL 36º 0.33% 0.91% -
HSV(B) 36º 0.06% 0.94% -
XYZ 78.95 82.81 83.06 -
YUV 234.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 240 234 225 0 0.02 0.06 0.06 36 0.33 0.91
Hex F0 EA E1 0 2 6 6 24 21 5B
Octal 360 352 341 0 2 6 6 44 41 133
Binary 11110000 11101010 11100001 0 10 110 110 100100 100001 1011011

Color Harmonies of #F0EAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EAE1

Black with #F0EAE1

Text Example


Text Example

White with #F0EAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EAE1; }

 p { color: rgb(240,234,225); }

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

background-color css

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

 a { background-color: rgb(240,234,225); }

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

border-color css

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

 span { border-color: rgb(240,234,225); }

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