Shades of Karry #FEE0CE
Tints of Karry #FEE0CE
RGB
CMYK
RGB Variations
Color information
#FEE0CE (or 0xFEE0CE) is known color: Karry. HEX triplet: FE, E0 and CE. RGB value is (254,224,206). Sum of RGB (Red+Green+Blue) = 254+224+206=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 206 (80.86% from 255 or 30.12% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0CE is #011F31. Grayscale: #E7E7E7. Windows color (decimal): -73522 or 13558014. OLE color: 13558014.
HSL color Cylindrical-coordinate representation of color #FEE0CE: hue angle of 22.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEE0CE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 206 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.00 |
| HSL | 22.5º | 0.96% | 0.9% | - |
| HSV(B) | 22.5º | 0.19% | 1% | - |
| XYZ | 78.67 | 78.84 | 69.46 | - |
| YUV | 230.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 206 | 0 | 0.12 | 0.19 | 0.00 | 22.5 | 0.96 | 0.9 |
| Hex | FE | E0 | CE | 0 | C | 13 | 0 | 16 | 60 | 5A |
| Octal | 376 | 340 | 316 | 0 | 14 | 23 | 0 | 26 | 140 | 132 |
| Binary | 11111110 | 11100000 | 11001110 | 0 | 1100 | 10011 | 0 | 10110 | 1100000 | 1011010 |
Color Harmonies of #FEE0CE
Complementary color
Monochromatic Colors of #FEE0CE
Black with #FEE0CE
Text Example
Text Example
White with #FEE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0CE; }
p { color: rgb(254,224,206); }
H1.HeaderClassName
{
color: #FEE0CE;
}
.AnyTagClassName
{
color: #FEE0CE;
}
</style>
background-color css
<style>
a { background-color: #FEE0CE; }
a { background-color: rgb(254,224,206); }
div.DivClassName
{
background-color: #FEE0CE;
}
.BgClassName
{
background-color: #FEE0CE;
}
</style>
border-color css
<style>
span { border-color: #FEE0CE; }
span { border-color: rgb(254,224,206); }
td.TdClassName
{
border-color: #FEE0CE;
}
.TagClassName
{
border-color: #FEE0CE;
}
</style>