Shades of Karry #FFE1CE
Tints of Karry #FFE1CE
RGB
CMYK
RGB Variations
Color information
#FFE1CE (or 0xFFE1CE) is known color: Karry. HEX triplet: FF, E1 and CE. RGB value is (255,225,206). Sum of RGB (Red+Green+Blue) = 255+225+206=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1CE is #001E31. Grayscale: #E7E7E7. Windows color (decimal): -7730 or 13558271. OLE color: 13558271.
HSL color Cylindrical-coordinate representation of color #FFE1CE: hue angle of 23.27º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFE1CE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 206 | - |
| CMYK | 0 | 0.12 | 0.19 | 0 |
| HSL | 23.27º | 1% | 0.9% | - |
| HSV(B) | 23.27º | 0.19% | 1% | - |
| XYZ | 79.31 | 79.57 | 69.57 | - |
| YUV | 231.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 206 | 0 | 0.12 | 0.19 | 0 | 23.27 | 1 | 0.9 |
| Hex | FF | E1 | CE | 0 | C | 13 | 0 | 17 | 64 | 5A |
| Octal | 377 | 341 | 316 | 0 | 14 | 23 | 0 | 27 | 144 | 132 |
| Binary | 11111111 | 11100001 | 11001110 | 0 | 1100 | 10011 | 0 | 10111 | 1100100 | 1011010 |
Color Harmonies of #FFE1CE
Complementary color
Monochromatic Colors of #FFE1CE
Black with #FFE1CE
Text Example
Text Example
White with #FFE1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1CE; }
p { color: rgb(255,225,206); }
H1.HeaderClassName
{
color: #FFE1CE;
}
.AnyTagClassName
{
color: #FFE1CE;
}
</style>
background-color css
<style>
a { background-color: #FFE1CE; }
a { background-color: rgb(255,225,206); }
div.DivClassName
{
background-color: #FFE1CE;
}
.BgClassName
{
background-color: #FFE1CE;
}
</style>
border-color css
<style>
span { border-color: #FFE1CE; }
span { border-color: rgb(255,225,206); }
td.TdClassName
{
border-color: #FFE1CE;
}
.TagClassName
{
border-color: #FFE1CE;
}
</style>