#FAF1EA

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

Shades of Hint Of Red #FAF1EA

Tints of Hint Of Red #FAF1EA

Color information

#FAF1EA (or 0xFAF1EA) is unknown color: approx Hint Of Red. HEX triplet: FA, F1 and EA. RGB value is (250,241,234). Sum of RGB (Red+Green+Blue) = 250+241+234=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 241 (94.53% from 255 or 33.24% from 725); Blue value is 234 (91.80% from 255 or 32.28% from 725); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1EA is #050E15. Grayscale: #F2F2F2. Windows color (decimal): -331286 or 15397370. OLE color: 15397370.

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

Color convert

RGB250241234-
CMYK00.040.060.02
HSL26.25º61.54%94.9%-
HSV(B)26.25º6.4%98.04%-
XYZ85.7389.1890.54-
YUV242.89122.98133.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.48%
GREEN value IS 241 (94.53% from 255) = 33.24%
BLUE value IS 234 (91.80% from 255) = 32.28%
R=34.48%
G=33.24%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024123400.040.060.0226.2561.5494.9
HexFAF1EA04621a3e5f
Octal37236135204623276137
Binary111110101111000111101010010011010110101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1EA; }

 p { color: rgb(250,241,234); }

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

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

 a { background-color: rgb(250,241,234); }

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

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

 span { border-color: rgb(250,241,234); }

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