#FAF9EE

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

Shades of Ivory #FAF9EE

Tints of Ivory #FAF9EE

Color information

#FAF9EE (or 0xFAF9EE) is unknown color: approx Ivory. HEX triplet: FA, F9 and EE. RGB value is (250,249,238). Sum of RGB (Red+Green+Blue) = 250+249+238=737 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.92% from 737); Green value is 249 (97.66% from 255 or 33.79% from 737); Blue value is 238 (93.36% from 255 or 32.29% from 737); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9EE is #050611. Grayscale: #F8F8F8. Windows color (decimal): -329234 or 15661562. OLE color: 15661562.

HSL color Cylindrical-coordinate representation of color #FAF9EE: hue angle of 55º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAF9EE is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250249238-
CMYK00.000.050.02
HSL55º54.55%95.69%-
HSV(B)55º4.8%98.04%-
XYZ88.7394.2594.4-
YUV248.04122.33129.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.92%
GREEN value IS 249 (97.66% from 255) = 33.79%
BLUE value IS 238 (93.36% from 255) = 32.29%
R=33.92%
G=33.79%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024923800.000.050.025554.5595.69
HexFAF9EE0052373760
Octal37237135600526767140
Binary11111010111110011110111000101101101111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9EE; }

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

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

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

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

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

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

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

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