Shades of Island Spice #FAEEDA
Tints of Island Spice #FAEEDA
RGB
CMYK
RGB Variations
Color information
#FAEEDA (or 0xFAEEDA) is known color: Island Spice. HEX triplet: FA, EE and DA. RGB value is (250,238,218). Sum of RGB (Red+Green+Blue) = 250+238+218=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 218 (85.55% from 255 or 30.88% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEDA is #051125. Grayscale: #EFEFEF. Windows color (decimal): -332070 or 14348026. OLE color: 14348026.
HSL color Cylindrical-coordinate representation of color #FAEEDA: hue angle of 37.5º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAEEDA is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 218 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.02 |
| HSL | 37.5º | 0.76% | 0.92% | - |
| HSV(B) | 37.5º | 0.13% | 0.98% | - |
| XYZ | 82.65 | 86.54 | 78.68 | - |
| YUV | 239.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 218 | 0 | 0.05 | 0.13 | 0.02 | 37.5 | 0.76 | 0.92 |
| Hex | FA | EE | DA | 0 | 5 | D | 2 | 26 | 4C | 5C |
| Octal | 372 | 356 | 332 | 0 | 5 | 15 | 2 | 46 | 114 | 134 |
| Binary | 11111010 | 11101110 | 11011010 | 0 | 101 | 1101 | 10 | 100110 | 1001100 | 1011100 |
Color Harmonies of #FAEEDA
Complementary color
Monochromatic Colors of #FAEEDA
Black with #FAEEDA
Text Example
Text Example
White with #FAEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEDA; }
p { color: rgb(250,238,218); }
H1.HeaderClassName
{
color: #FAEEDA;
}
.AnyTagClassName
{
color: #FAEEDA;
}
</style>
background-color css
<style>
a { background-color: #FAEEDA; }
a { background-color: rgb(250,238,218); }
div.DivClassName
{
background-color: #FAEEDA;
}
.BgClassName
{
background-color: #FAEEDA;
}
</style>
border-color css
<style>
span { border-color: #FAEEDA; }
span { border-color: rgb(250,238,218); }
td.TdClassName
{
border-color: #FAEEDA;
}
.TagClassName
{
border-color: #FAEEDA;
}
</style>