Shades of Island Spice #FAF0E0
Tints of Island Spice #FAF0E0
RGB
CMYK
RGB Variations
Color information
#FAF0E0 (or 0xFAF0E0) is known color: Island Spice. HEX triplet: FA, F0 and E0. RGB value is (250,240,224). Sum of RGB (Red+Green+Blue) = 250+240+224=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 224 (87.89% from 255 or 31.37% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0E0 is #050F1F. Grayscale: #F1F1F1. Windows color (decimal): -331552 or 14741754. OLE color: 14741754.
HSL color Cylindrical-coordinate representation of color #FAF0E0: hue angle of 36.92º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAF0E0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 224 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.02 |
| HSL | 36.92º | 0.72% | 0.93% | - |
| HSV(B) | 36.92º | 0.1% | 0.98% | - |
| XYZ | 84.04 | 88.03 | 83.08 | - |
| YUV | 241.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 224 | 0 | 0.04 | 0.10 | 0.02 | 36.92 | 0.72 | 0.93 |
| Hex | FA | F0 | E0 | 0 | 4 | A | 2 | 25 | 48 | 5D |
| Octal | 372 | 360 | 340 | 0 | 4 | 12 | 2 | 45 | 110 | 135 |
| Binary | 11111010 | 11110000 | 11100000 | 0 | 100 | 1010 | 10 | 100101 | 1001000 | 1011101 |
Color Harmonies of #FAF0E0
Complementary color
Monochromatic Colors of #FAF0E0
Black with #FAF0E0
Text Example
Text Example
White with #FAF0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0E0; }
p { color: rgb(250,240,224); }
H1.HeaderClassName
{
color: #FAF0E0;
}
.AnyTagClassName
{
color: #FAF0E0;
}
</style>
background-color css
<style>
a { background-color: #FAF0E0; }
a { background-color: rgb(250,240,224); }
div.DivClassName
{
background-color: #FAF0E0;
}
.BgClassName
{
background-color: #FAF0E0;
}
</style>
border-color css
<style>
span { border-color: #FAF0E0; }
span { border-color: rgb(250,240,224); }
td.TdClassName
{
border-color: #FAF0E0;
}
.TagClassName
{
border-color: #FAF0E0;
}
</style>