Shades of Karry #FEE1CC
Tints of Karry #FEE1CC
RGB
CMYK
RGB Variations
Color information
#FEE1CC (or 0xFEE1CC) is known color: Karry. HEX triplet: FE, E1 and CC. RGB value is (254,225,204). Sum of RGB (Red+Green+Blue) = 254+225+204=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1CC is #011E33. Grayscale: #E7E7E7. Windows color (decimal): -73268 or 13427198. OLE color: 13427198.
HSL color Cylindrical-coordinate representation of color #FEE1CC: hue angle of 25.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE1CC is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 204 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.00 |
| HSL | 25.2º | 0.96% | 0.9% | - |
| HSV(B) | 25.2º | 0.2% | 1% | - |
| XYZ | 78.7 | 79.28 | 68.28 | - |
| YUV | 231.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 204 | 0 | 0.11 | 0.20 | 0.00 | 25.2 | 0.96 | 0.9 |
| Hex | FE | E1 | CC | 0 | B | 14 | 0 | 19 | 60 | 5A |
| Octal | 376 | 341 | 314 | 0 | 13 | 24 | 0 | 31 | 140 | 132 |
| Binary | 11111110 | 11100001 | 11001100 | 0 | 1011 | 10100 | 0 | 11001 | 1100000 | 1011010 |
Color Harmonies of #FEE1CC
Complementary color
Monochromatic Colors of #FEE1CC
Black with #FEE1CC
Text Example
Text Example
White with #FEE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1CC; }
p { color: rgb(254,225,204); }
H1.HeaderClassName
{
color: #FEE1CC;
}
.AnyTagClassName
{
color: #FEE1CC;
}
</style>
background-color css
<style>
a { background-color: #FEE1CC; }
a { background-color: rgb(254,225,204); }
div.DivClassName
{
background-color: #FEE1CC;
}
.BgClassName
{
background-color: #FEE1CC;
}
</style>
border-color css
<style>
span { border-color: #FEE1CC; }
span { border-color: rgb(254,225,204); }
td.TdClassName
{
border-color: #FEE1CC;
}
.TagClassName
{
border-color: #FEE1CC;
}
</style>