Shades of Karry #FAE0CE
Tints of Karry #FAE0CE
RGB
CMYK
RGB Variations
Color information
#FAE0CE (or 0xFAE0CE) is known color: Karry. HEX triplet: FA, E0 and CE. RGB value is (250,224,206). Sum of RGB (Red+Green+Blue) = 250+224+206=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 206 (80.86% from 255 or 30.29% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0CE is #051F31. Grayscale: #E5E5E5. Windows color (decimal): -335666 or 13558010. OLE color: 13558010.
HSL color Cylindrical-coordinate representation of color #FAE0CE: hue angle of 24.55º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAE0CE is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 206 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.02 |
| HSL | 24.55º | 0.81% | 0.89% | - |
| HSV(B) | 24.55º | 0.18% | 0.98% | - |
| XYZ | 77.22 | 78.09 | 69.4 | - |
| YUV | 229.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 206 | 0 | 0.10 | 0.18 | 0.02 | 24.55 | 0.81 | 0.89 |
| Hex | FA | E0 | CE | 0 | A | 12 | 2 | 19 | 51 | 59 |
| Octal | 372 | 340 | 316 | 0 | 12 | 22 | 2 | 31 | 121 | 131 |
| Binary | 11111010 | 11100000 | 11001110 | 0 | 1010 | 10010 | 10 | 11001 | 1010001 | 1011001 |
Color Harmonies of #FAE0CE
Complementary color
Monochromatic Colors of #FAE0CE
Black with #FAE0CE
Text Example
Text Example
White with #FAE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0CE; }
p { color: rgb(250,224,206); }
H1.HeaderClassName
{
color: #FAE0CE;
}
.AnyTagClassName
{
color: #FAE0CE;
}
</style>
background-color css
<style>
a { background-color: #FAE0CE; }
a { background-color: rgb(250,224,206); }
div.DivClassName
{
background-color: #FAE0CE;
}
.BgClassName
{
background-color: #FAE0CE;
}
</style>
border-color css
<style>
span { border-color: #FAE0CE; }
span { border-color: rgb(250,224,206); }
td.TdClassName
{
border-color: #FAE0CE;
}
.TagClassName
{
border-color: #FAE0CE;
}
</style>