Html Css Color HEX #FFF0E5 Linen

📋 copy color: '#FFF0E5'

red 255 ◦ green 240 ◦ blue 229

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

Shades of Linen #FFF0E5

Tints of Linen #FFF0E5

RGB

 RED value IS 255 (100% from 255) = 35.22%

 GREEN value IS 240 (94.14% from 255) = 33.15%

 BLUE value IS 229 (89.84% from 255) = 31.63%

R = 35.22%
G = 33.15%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFF0E5 (or 0xFFF0E5) is known color: Linen. HEX triplet: FF, F0 and E5. RGB value is (255,240,229). Sum of RGB (Red+Green+Blue) = 255+240+229=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 240 (94.14% from 255 or 33.15% from 724); Blue value is 229 (89.84% from 255 or 31.63% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0E5 is #000F1A. Grayscale: #F3F3F3. Windows color (decimal): -3867 or 15069439. OLE color: 15069439.

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

Color convert

RGB 255 240 229 -
CMYK 0 0.06 0.10 0
HSL 25.38º 1% 0.95% -
HSV(B) 25.38º 0.1% 1% -
XYZ 86.54 89.24 86.79 -
YUV 243.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 255 240 229 0 0.06 0.10 0 25.38 1 0.95
Hex FF F0 E5 0 6 A 0 19 64 5F
Octal 377 360 345 0 6 12 0 31 144 137
Binary 11111111 11110000 11100101 0 110 1010 0 11001 1100100 1011111

Color Harmonies of #FFF0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF0E5

Black with #FFF0E5

Text Example


Text Example

White with #FFF0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF0E5; }

 p { color: rgb(255,240,229); }

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

background-color css

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

 a { background-color: rgb(255,240,229); }

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

border-color css

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

 span { border-color: rgb(255,240,229); }

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