Shades of Island Spice #FAEFDB
Tints of Island Spice #FAEFDB
RGB
CMYK
RGB Variations
Color information
#FAEFDB (or 0xFAEFDB) is known color: Island Spice. HEX triplet: FA, EF and DB. RGB value is (250,239,219). Sum of RGB (Red+Green+Blue) = 250+239+219=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 239 (93.75% from 255 or 33.76% from 708); Blue value is 219 (85.94% from 255 or 30.93% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFDB is #051024. Grayscale: #F0F0F0. Windows color (decimal): -331813 or 14413818. OLE color: 14413818.
HSL color Cylindrical-coordinate representation of color #FAEFDB: hue angle of 38.71º degrees, saturation: 0.76, 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 #FAEFDB is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 219 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.02 |
| HSL | 38.71º | 0.76% | 0.92% | - |
| HSV(B) | 38.71º | 0.12% | 0.98% | - |
| XYZ | 83.08 | 87.17 | 79.46 | - |
| YUV | 240.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 219 | 0 | 0.04 | 0.12 | 0.02 | 38.71 | 0.76 | 0.92 |
| Hex | FA | EF | DB | 0 | 4 | C | 2 | 27 | 4C | 5C |
| Octal | 372 | 357 | 333 | 0 | 4 | 14 | 2 | 47 | 114 | 134 |
| Binary | 11111010 | 11101111 | 11011011 | 0 | 100 | 1100 | 10 | 100111 | 1001100 | 1011100 |
Color Harmonies of #FAEFDB
Complementary color
Monochromatic Colors of #FAEFDB
Black with #FAEFDB
Text Example
Text Example
White with #FAEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEFDB; }
p { color: rgb(250,239,219); }
H1.HeaderClassName
{
color: #FAEFDB;
}
.AnyTagClassName
{
color: #FAEFDB;
}
</style>
background-color css
<style>
a { background-color: #FAEFDB; }
a { background-color: rgb(250,239,219); }
div.DivClassName
{
background-color: #FAEFDB;
}
.BgClassName
{
background-color: #FAEFDB;
}
</style>
border-color css
<style>
span { border-color: #FAEFDB; }
span { border-color: rgb(250,239,219); }
td.TdClassName
{
border-color: #FAEFDB;
}
.TagClassName
{
border-color: #FAEFDB;
}
</style>