Shades of Ivory #FAF9F3
Tints of Ivory #FAF9F3
RGB
CMYK
RGB Variations
Color information
#FAF9F3 (or 0xFAF9F3) is known color: Ivory. HEX triplet: FA, F9 and F3. RGB value is (250,249,243). Sum of RGB (Red+Green+Blue) = 250+249+243=742 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.69% from 742); Green value is 249 (97.66% from 255 or 33.56% from 742); Blue value is 243 (95.31% from 255 or 32.75% from 742); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9F3 is #05060C. Grayscale: #F8F8F8. Windows color (decimal): -329229 or 15989242. OLE color: 15989242.
HSL color Cylindrical-coordinate representation of color #FAF9F3: hue angle of 51.43º degrees, saturation: 0.41, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FAF9F3 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 249 | 243 | - |
CMYK | 0 | 0.00 | 0.03 | 0.02 |
HSL | 51.43º | 0.41% | 0.97% | - |
HSV(B) | 51.43º | 0.03% | 0.98% | - |
XYZ | 89.48 | 94.55 | 98.33 | - |
YUV | 248.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 249 | 243 | 0 | 0.00 | 0.03 | 0.02 | 51.43 | 0.41 | 0.97 |
Hex | FA | F9 | F3 | 0 | 0 | 3 | 2 | 33 | 29 | 61 |
Octal | 372 | 371 | 363 | 0 | 0 | 3 | 2 | 63 | 51 | 141 |
Binary | 11111010 | 11111001 | 11110011 | 0 | 0 | 11 | 10 | 110011 | 101001 | 1100001 |
Color Harmonies of #FAF9F3
Complementary color
Monochromatic Colors of #FAF9F3
Black with #FAF9F3
Text Example
Text Example
White with #FAF9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF9F3; }
p { color: rgb(250,249,243); }
H1.HeaderClassName
{
color: #FAF9F3;
}
.AnyTagClassName
{
color: #FAF9F3;
}
</style>
background-color css
<style>
a { background-color: #FAF9F3; }
a { background-color: rgb(250,249,243); }
div.DivClassName
{
background-color: #FAF9F3;
}
.BgClassName
{
background-color: #FAF9F3;
}
</style>
border-color css
<style>
span { border-color: #FAF9F3; }
span { border-color: rgb(250,249,243); }
td.TdClassName
{
border-color: #FAF9F3;
}
.TagClassName
{
border-color: #FAF9F3;
}
</style>