#F9FAEE

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

Shades of Ivory #F9FAEE

Tints of Ivory #F9FAEE

Color information

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

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

Color convert

RGB249250238-
CMYK0.0000.050.02
HSL65º54.55%95.69%-
HSV(B)65º4.8%98.04%-
XYZ88.6994.6894.49-
YUV248.33122.17128.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492502380.0000.050.026554.5595.69
HexF9FAEE0052413760
Octal371372356005210167140
Binary111110011111101011101110001011010000011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FAEE; }

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

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

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

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

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

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

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

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