Shades of Island Spice #FAEFDD
Tints of Island Spice #FAEFDD
RGB
CMYK
RGB Variations
Color information
#FAEFDD (or 0xFAEFDD) is known color: Island Spice. HEX triplet: FA, EF and DD. RGB value is (250,239,221). Sum of RGB (Red+Green+Blue) = 250+239+221=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFDD is #051022. Grayscale: #F0F0F0. Windows color (decimal): -331811 or 14544890. OLE color: 14544890.
HSL color Cylindrical-coordinate representation of color #FAEFDD: hue angle of 37.24º 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 #FAEFDD is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 221 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.02 |
| HSL | 37.24º | 0.74% | 0.92% | - |
| HSV(B) | 37.24º | 0.12% | 0.98% | - |
| XYZ | 83.34 | 87.28 | 80.86 | - |
| YUV | 240.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 221 | 0 | 0.04 | 0.12 | 0.02 | 37.24 | 0.74 | 0.92 |
| Hex | FA | EF | DD | 0 | 4 | C | 2 | 25 | 4A | 5C |
| Octal | 372 | 357 | 335 | 0 | 4 | 14 | 2 | 45 | 112 | 134 |
| Binary | 11111010 | 11101111 | 11011101 | 0 | 100 | 1100 | 10 | 100101 | 1001010 | 1011100 |
Color Harmonies of #FAEFDD
Complementary color
Monochromatic Colors of #FAEFDD
Black with #FAEFDD
Text Example
Text Example
White with #FAEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEFDD; }
p { color: rgb(250,239,221); }
H1.HeaderClassName
{
color: #FAEFDD;
}
.AnyTagClassName
{
color: #FAEFDD;
}
</style>
background-color css
<style>
a { background-color: #FAEFDD; }
a { background-color: rgb(250,239,221); }
div.DivClassName
{
background-color: #FAEFDD;
}
.BgClassName
{
background-color: #FAEFDD;
}
</style>
border-color css
<style>
span { border-color: #FAEFDD; }
span { border-color: rgb(250,239,221); }
td.TdClassName
{
border-color: #FAEFDD;
}
.TagClassName
{
border-color: #FAEFDD;
}
</style>