Shades of Ivory #F9FAEA
Tints of Ivory #F9FAEA
RGB
CMYK
RGB Variations
Color information
#F9FAEA (or 0xF9FAEA) is known color: Ivory. HEX triplet: F9, FA and EA. RGB value is (249,250,234). Sum of RGB (Red+Green+Blue) = 249+250+234=733 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.97% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 234 (91.80% from 255 or 31.92% from 733); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FAEA is #060515. Grayscale: #F7F7F7. Windows color (decimal): -394518 or 15399673. OLE color: 15399673.
HSL color Cylindrical-coordinate representation of color #F9FAEA: hue angle of 63.75º 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 #F9FAEA is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 234 | - |
| CMYK | 0.00 | 0 | 0.06 | 0.02 |
| HSL | 63.75º | 0.62% | 0.95% | - |
| HSV(B) | 63.75º | 0.06% | 0.98% | - |
| XYZ | 88.1 | 94.45 | 91.43 | - |
| YUV | 247.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 234 | 0.00 | 0 | 0.06 | 0.02 | 63.75 | 0.62 | 0.95 |
| Hex | F9 | FA | EA | 0 | 0 | 6 | 2 | 40 | 3E | 5F |
| Octal | 371 | 372 | 352 | 0 | 0 | 6 | 2 | 100 | 76 | 137 |
| Binary | 11111001 | 11111010 | 11101010 | 0 | 0 | 110 | 10 | 1000000 | 111110 | 1011111 |
Color Harmonies of #F9FAEA
Complementary color
Monochromatic Colors of #F9FAEA
Black with #F9FAEA
Text Example
Text Example
White with #F9FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FAEA; }
p { color: rgb(249,250,234); }
H1.HeaderClassName
{
color: #F9FAEA;
}
.AnyTagClassName
{
color: #F9FAEA;
}
</style>
background-color css
<style>
a { background-color: #F9FAEA; }
a { background-color: rgb(249,250,234); }
div.DivClassName
{
background-color: #F9FAEA;
}
.BgClassName
{
background-color: #F9FAEA;
}
</style>
border-color css
<style>
span { border-color: #F9FAEA; }
span { border-color: rgb(249,250,234); }
td.TdClassName
{
border-color: #F9FAEA;
}
.TagClassName
{
border-color: #F9FAEA;
}
</style>