Shades of Island Spice #FAF0DD
Tints of Island Spice #FAF0DD
RGB
CMYK
RGB Variations
Color information
#FAF0DD (or 0xFAF0DD) is known color: Island Spice. HEX triplet: FA, F0 and DD. RGB value is (250,240,221). Sum of RGB (Red+Green+Blue) = 250+240+221=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 221 (86.72% from 255 or 31.08% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0DD is #050F22. Grayscale: #F0F0F0. Windows color (decimal): -331555 or 14545146. OLE color: 14545146.
HSL color Cylindrical-coordinate representation of color #FAF0DD: hue angle of 39.31º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAF0DD is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 221 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.02 |
| HSL | 39.31º | 0.74% | 0.92% | - |
| HSV(B) | 39.31º | 0.12% | 0.98% | - |
| XYZ | 83.64 | 87.86 | 80.96 | - |
| YUV | 240.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 221 | 0 | 0.04 | 0.12 | 0.02 | 39.31 | 0.74 | 0.92 |
| Hex | FA | F0 | DD | 0 | 4 | C | 2 | 27 | 4A | 5C |
| Octal | 372 | 360 | 335 | 0 | 4 | 14 | 2 | 47 | 112 | 134 |
| Binary | 11111010 | 11110000 | 11011101 | 0 | 100 | 1100 | 10 | 100111 | 1001010 | 1011100 |
Color Harmonies of #FAF0DD
Complementary color
Monochromatic Colors of #FAF0DD
Black with #FAF0DD
Text Example
Text Example
White with #FAF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0DD; }
p { color: rgb(250,240,221); }
H1.HeaderClassName
{
color: #FAF0DD;
}
.AnyTagClassName
{
color: #FAF0DD;
}
</style>
background-color css
<style>
a { background-color: #FAF0DD; }
a { background-color: rgb(250,240,221); }
div.DivClassName
{
background-color: #FAF0DD;
}
.BgClassName
{
background-color: #FAF0DD;
}
</style>
border-color css
<style>
span { border-color: #FAF0DD; }
span { border-color: rgb(250,240,221); }
td.TdClassName
{
border-color: #FAF0DD;
}
.TagClassName
{
border-color: #FAF0DD;
}
</style>