#F9FAE9

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

Shades of Ivory #F9FAE9

Tints of Ivory #F9FAE9

Color information

#F9FAE9 (or 0xF9FAE9) is unknown color: approx Ivory. HEX triplet: F9, FA and E9. RGB value is (249,250,233). Sum of RGB (Red+Green+Blue) = 249+250+233=732 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.02% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 233 (91.41% from 255 or 31.83% from 732); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FAE9 is #060516. Grayscale: #F7F7F7. Windows color (decimal): -394519 or 15334137. OLE color: 15334137.

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

Color convert

RGB249250233-
CMYK0.0000.070.02
HSL63.53º62.96%94.71%-
HSV(B)63.53º6.8%98.04%-
XYZ87.9694.3990.67-
YUV247.76119.67128.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.02%
GREEN value IS 250 (98.05% from 255) = 34.15%
BLUE value IS 233 (91.41% from 255) = 31.83%
R=34.02%
G=34.15%
B=31.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492502330.0000.070.0263.5362.9694.71
HexF9FAE90072403f5f
Octal371372351007210077137
Binary111110011111101011101001001111010000001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FAE9; }

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

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

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

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

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

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

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

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