#FAF9EA

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

Shades of Ivory #FAF9EA

Tints of Ivory #FAF9EA

Color information

#FAF9EA (or 0xFAF9EA) is unknown color: approx Ivory. HEX triplet: FA, F9 and EA. RGB value is (250,249,234). Sum of RGB (Red+Green+Blue) = 250+249+234=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 249 (97.66% from 255 or 33.97% from 733); Blue value is 234 (91.80% from 255 or 31.92% from 733); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9EA is #050615. Grayscale: #F7F7F7. Windows color (decimal): -329238 or 15399418. OLE color: 15399418.

HSL color Cylindrical-coordinate representation of color #FAF9EA: hue angle of 56.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 #FAF9EA is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250249234-
CMYK00.000.060.02
HSL56.25º61.54%94.9%-
HSV(B)56.25º6.4%98.04%-
XYZ88.1594.0291.34-
YUV247.59120.33129.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.11%
GREEN value IS 249 (97.66% from 255) = 33.97%
BLUE value IS 234 (91.80% from 255) = 31.92%
R=34.11%
G=33.97%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024923400.000.060.0256.2561.5494.9
HexFAF9EA0062383e5f
Octal37237135200627076137
Binary11111010111110011110101000110101110001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9EA; }

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

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

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

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

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

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

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

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