#FAF0E9

Color #FAF0E9 Hint Of Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Red #FAF0E9

Tints of Hint Of Red #FAF0E9

Color information

#FAF0E9 (or 0xFAF0E9) is unknown color: approx Hint Of Red. HEX triplet: FA, F0 and E9. RGB value is (250,240,233). Sum of RGB (Red+Green+Blue) = 250+240+233=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 240 (94.14% from 255 or 33.20% from 723); Blue value is 233 (91.41% from 255 or 32.23% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0E9 is #050F16. Grayscale: #F2F2F2. Windows color (decimal): -331543 or 15331578. OLE color: 15331578.

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

Color convert

RGB250240233-
CMYK00.040.070.02
HSL24.71º62.96%94.71%-
HSV(B)24.71º6.8%98.04%-
XYZ85.2988.5389.68-
YUV242.19122.81133.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 240 (94.14% from 255) = 33.20%
BLUE value IS 233 (91.41% from 255) = 32.23%
R=34.58%
G=33.20%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024023300.040.070.0224.7162.9694.71
HexFAF0E90472193f5f
Octal37236035104723177137
Binary111110101111000011101001010011110110011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0E9; }

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

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

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

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

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

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

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

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