Shades of Karry #FFE1CC
Tints of Karry #FFE1CC
RGB
CMYK
RGB Variations
Color information
#FFE1CC (or 0xFFE1CC) is known color: Karry. HEX triplet: FF, E1 and CC. RGB value is (255,225,204). Sum of RGB (Red+Green+Blue) = 255+225+204=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 204 (80.08% from 255 or 29.82% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1CC is #001E33. Grayscale: #E7E7E7. Windows color (decimal): -7732 or 13427199. OLE color: 13427199.
HSL color Cylindrical-coordinate representation of color #FFE1CC: hue angle of 24.71º 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 #FFE1CC is Cyan = 0, Magento = 0.12, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 204 | - |
| CMYK | 0 | 0.12 | 0.2 | 0 |
| HSL | 24.71º | 1% | 0.9% | - |
| HSV(B) | 24.71º | 0.2% | 1% | - |
| XYZ | 79.06 | 79.47 | 68.3 | - |
| YUV | 231.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 204 | 0 | 0.12 | 0.2 | 0 | 24.71 | 1 | 0.9 |
| Hex | FF | E1 | CC | 0 | C | 14 | 0 | 19 | 64 | 5A |
| Octal | 377 | 341 | 314 | 0 | 14 | 24 | 0 | 31 | 144 | 132 |
| Binary | 11111111 | 11100001 | 11001100 | 0 | 1100 | 10100 | 0 | 11001 | 1100100 | 1011010 |
Color Harmonies of #FFE1CC
Complementary color
Monochromatic Colors of #FFE1CC
Black with #FFE1CC
Text Example
Text Example
White with #FFE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1CC; }
p { color: rgb(255,225,204); }
H1.HeaderClassName
{
color: #FFE1CC;
}
.AnyTagClassName
{
color: #FFE1CC;
}
</style>
background-color css
<style>
a { background-color: #FFE1CC; }
a { background-color: rgb(255,225,204); }
div.DivClassName
{
background-color: #FFE1CC;
}
.BgClassName
{
background-color: #FFE1CC;
}
</style>
border-color css
<style>
span { border-color: #FFE1CC; }
span { border-color: rgb(255,225,204); }
td.TdClassName
{
border-color: #FFE1CC;
}
.TagClassName
{
border-color: #FFE1CC;
}
</style>