Shades of Karry #FFE0CC
Tints of Karry #FFE0CC
RGB
CMYK
RGB Variations
Color information
#FFE0CC (or 0xFFE0CC) is known color: Karry. HEX triplet: FF, E0 and CC. RGB value is (255,224,204). Sum of RGB (Red+Green+Blue) = 255+224+204=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0CC is #001F33. Grayscale: #E7E7E7. Windows color (decimal): -7988 or 13426943. OLE color: 13426943.
HSL color Cylindrical-coordinate representation of color #FFE0CC: hue angle of 23.53º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFE0CC is Cyan = 0, Magento = 0.12, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 204 | - |
| CMYK | 0 | 0.12 | 0.2 | 0 |
| HSL | 23.53º | 1% | 0.9% | - |
| HSV(B) | 23.53º | 0.2% | 1% | - |
| XYZ | 78.79 | 78.93 | 68.21 | - |
| YUV | 230.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 204 | 0 | 0.12 | 0.2 | 0 | 23.53 | 1 | 0.9 |
| Hex | FF | E0 | CC | 0 | C | 14 | 0 | 18 | 64 | 5A |
| Octal | 377 | 340 | 314 | 0 | 14 | 24 | 0 | 30 | 144 | 132 |
| Binary | 11111111 | 11100000 | 11001100 | 0 | 1100 | 10100 | 0 | 11000 | 1100100 | 1011010 |
Color Harmonies of #FFE0CC
Complementary color
Monochromatic Colors of #FFE0CC
Black with #FFE0CC
Text Example
Text Example
White with #FFE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0CC; }
p { color: rgb(255,224,204); }
H1.HeaderClassName
{
color: #FFE0CC;
}
.AnyTagClassName
{
color: #FFE0CC;
}
</style>
background-color css
<style>
a { background-color: #FFE0CC; }
a { background-color: rgb(255,224,204); }
div.DivClassName
{
background-color: #FFE0CC;
}
.BgClassName
{
background-color: #FFE0CC;
}
</style>
border-color css
<style>
span { border-color: #FFE0CC; }
span { border-color: rgb(255,224,204); }
td.TdClassName
{
border-color: #FFE0CC;
}
.TagClassName
{
border-color: #FFE0CC;
}
</style>