Shades of Karry #FEE0CC
Tints of Karry #FEE0CC
RGB
CMYK
RGB Variations
Color information
#FEE0CC (or 0xFEE0CC) is known color: Karry. HEX triplet: FE, E0 and CC. RGB value is (254,224,204). Sum of RGB (Red+Green+Blue) = 254+224+204=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0CC is #011F33. Grayscale: #E6E6E6. Windows color (decimal): -73524 or 13426942. OLE color: 13426942.
HSL color Cylindrical-coordinate representation of color #FEE0CC: hue angle of 24º 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 #FEE0CC is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 204 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.00 |
| HSL | 24º | 0.96% | 0.9% | - |
| HSV(B) | 24º | 0.2% | 1% | - |
| XYZ | 78.43 | 78.74 | 68.19 | - |
| YUV | 230.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 204 | 0 | 0.12 | 0.20 | 0.00 | 24 | 0.96 | 0.9 |
| Hex | FE | E0 | CC | 0 | C | 14 | 0 | 18 | 60 | 5A |
| Octal | 376 | 340 | 314 | 0 | 14 | 24 | 0 | 30 | 140 | 132 |
| Binary | 11111110 | 11100000 | 11001100 | 0 | 1100 | 10100 | 0 | 11000 | 1100000 | 1011010 |
Color Harmonies of #FEE0CC
Complementary color
Monochromatic Colors of #FEE0CC
Black with #FEE0CC
Text Example
Text Example
White with #FEE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0CC; }
p { color: rgb(254,224,204); }
H1.HeaderClassName
{
color: #FEE0CC;
}
.AnyTagClassName
{
color: #FEE0CC;
}
</style>
background-color css
<style>
a { background-color: #FEE0CC; }
a { background-color: rgb(254,224,204); }
div.DivClassName
{
background-color: #FEE0CC;
}
.BgClassName
{
background-color: #FEE0CC;
}
</style>
border-color css
<style>
span { border-color: #FEE0CC; }
span { border-color: rgb(254,224,204); }
td.TdClassName
{
border-color: #FEE0CC;
}
.TagClassName
{
border-color: #FEE0CC;
}
</style>