Shades of Karry #FFE1CA
Tints of Karry #FFE1CA
RGB
CMYK
RGB Variations
Color information
#FFE1CA (or 0xFFE1CA) is known color: Karry. HEX triplet: FF, E1 and CA. RGB value is (255,225,202). Sum of RGB (Red+Green+Blue) = 255+225+202=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1CA is #001E35. Grayscale: #E7E7E7. Windows color (decimal): -7734 or 13296127. OLE color: 13296127.
HSL color Cylindrical-coordinate representation of color #FFE1CA: hue angle of 26.04º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFE1CA is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 202 | - |
| CMYK | 0 | 0.12 | 0.21 | 0 |
| HSL | 26.04º | 1% | 0.9% | - |
| HSV(B) | 26.04º | 0.21% | 1% | - |
| XYZ | 78.83 | 79.37 | 67.04 | - |
| YUV | 231.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 202 | 0 | 0.12 | 0.21 | 0 | 26.04 | 1 | 0.9 |
| Hex | FF | E1 | CA | 0 | C | 15 | 0 | 1A | 64 | 5A |
| Octal | 377 | 341 | 312 | 0 | 14 | 25 | 0 | 32 | 144 | 132 |
| Binary | 11111111 | 11100001 | 11001010 | 0 | 1100 | 10101 | 0 | 11010 | 1100100 | 1011010 |
Color Harmonies of #FFE1CA
Complementary color
Monochromatic Colors of #FFE1CA
Black with #FFE1CA
Text Example
Text Example
White with #FFE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1CA; }
p { color: rgb(255,225,202); }
H1.HeaderClassName
{
color: #FFE1CA;
}
.AnyTagClassName
{
color: #FFE1CA;
}
</style>
background-color css
<style>
a { background-color: #FFE1CA; }
a { background-color: rgb(255,225,202); }
div.DivClassName
{
background-color: #FFE1CA;
}
.BgClassName
{
background-color: #FFE1CA;
}
</style>
border-color css
<style>
span { border-color: #FFE1CA; }
span { border-color: rgb(255,225,202); }
td.TdClassName
{
border-color: #FFE1CA;
}
.TagClassName
{
border-color: #FFE1CA;
}
</style>