#FAF0E4

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

Shades of Linen #FAF0E4

Tints of Linen #FAF0E4

Color information

#FAF0E4 (or 0xFAF0E4) is unknown color: approx Linen. HEX triplet: FA, F0 and E4. RGB value is (250,240,228). Sum of RGB (Red+Green+Blue) = 250+240+228=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 228 (89.45% from 255 or 31.75% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0E4 is #050F1B. Grayscale: #F1F1F1. Windows color (decimal): -331548 or 15003898. OLE color: 15003898.

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

Color convert

RGB250240228-
CMYK00.040.090.02
HSL32.73º68.75%93.73%-
HSV(B)32.73º8.8%98.04%-
XYZ84.5988.2585.97-
YUV241.62120.31133.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 240 (94.14% from 255) = 33.43%
BLUE value IS 228 (89.45% from 255) = 31.75%
R=34.82%
G=33.43%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024022800.040.090.0232.7368.7593.73
HexFAF0E4049221455e
Octal3723603440411241105136
Binary111110101111000011100100010010011010000110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0E4; }

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

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

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

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

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

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

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

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