Html Css Color HEX #F0EBE1 White Linen

📋 copy color: '#F0EBE1'

red 240 ◦ green 235 ◦ blue 225

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

Shades of White Linen #F0EBE1

Tints of White Linen #F0EBE1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.57%

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

R = 34.29%
G = 33.57%
B = 32.14%

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

#F0EBE1 (or 0xF0EBE1) is known color: White Linen. HEX triplet: F0, EB and E1. RGB value is (240,235,225). Sum of RGB (Red+Green+Blue) = 240+235+225=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EBE1 is #0F141E. Grayscale: #EBEBEB. Windows color (decimal): -988191 or 14806000. OLE color: 14806000.

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

Color convert

RGB 240 235 225 -
CMYK 0 0.02 0.06 0.06
HSL 40º 0.33% 0.91% -
HSV(B) 40º 0.06% 0.94% -
XYZ 79.23 83.38 83.15 -
YUV 235.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 240 235 225 0 0.02 0.06 0.06 40 0.33 0.91
Hex F0 EB E1 0 2 6 6 28 21 5B
Octal 360 353 341 0 2 6 6 50 41 133
Binary 11110000 11101011 11100001 0 10 110 110 101000 100001 1011011

Color Harmonies of #F0EBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EBE1

Black with #F0EBE1

Text Example


Text Example

White with #F0EBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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