#FAF0E5

Color #FAF0E5 Linen (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Linen #FAF0E5

Tints of Linen #FAF0E5

Color information

#FAF0E5 (or 0xFAF0E5) is unknown color: approx Linen. HEX triplet: FA, F0 and E5. RGB value is (250,240,229). Sum of RGB (Red+Green+Blue) = 250+240+229=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 229 (89.84% from 255 or 31.85% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0E5 is #050F1A. Grayscale: #F1F1F1. Windows color (decimal): -331547 or 15069434. OLE color: 15069434.

HSL color Cylindrical-coordinate representation of color #FAF0E5: hue angle of 31.43º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAF0E5 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250240229-
CMYK00.040.080.02
HSL31.43º67.74%93.92%-
HSV(B)31.43º8.4%98.04%-
XYZ84.7388.386.71-
YUV241.74120.81133.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 240 (94.14% from 255) = 33.38%
BLUE value IS 229 (89.84% from 255) = 31.85%
R=34.77%
G=33.38%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024022900.040.080.0231.4367.7493.92
HexFAF0E504821f445e
Octal3723603450410237104136
Binary11111010111100001110010101001000101111110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0E5; }

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

 H1.HeaderClassName
 {
   color: #FAF0E5;
 }
 .AnyTagClassName
 {
   color: #FAF0E5;
 }
</style>
background-color css

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

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

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

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

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

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