Shades of Karry #FFE0CA
Tints of Karry #FFE0CA
RGB
CMYK
RGB Variations
Color information
#FFE0CA (or 0xFFE0CA) is known color: Karry. HEX triplet: FF, E0 and CA. RGB value is (255,224,202). Sum of RGB (Red+Green+Blue) = 255+224+202=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0CA is #001F35. Grayscale: #E6E6E6. Windows color (decimal): -7990 or 13295871. OLE color: 13295871.
HSL color Cylindrical-coordinate representation of color #FFE0CA: hue angle of 24.91º 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 #FFE0CA is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 202 | - |
| CMYK | 0 | 0.12 | 0.21 | 0 |
| HSL | 24.91º | 1% | 0.9% | - |
| HSV(B) | 24.91º | 0.21% | 1% | - |
| XYZ | 78.56 | 78.84 | 66.95 | - |
| YUV | 230.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 202 | 0 | 0.12 | 0.21 | 0 | 24.91 | 1 | 0.9 |
| Hex | FF | E0 | CA | 0 | C | 15 | 0 | 19 | 64 | 5A |
| Octal | 377 | 340 | 312 | 0 | 14 | 25 | 0 | 31 | 144 | 132 |
| Binary | 11111111 | 11100000 | 11001010 | 0 | 1100 | 10101 | 0 | 11001 | 1100100 | 1011010 |
Color Harmonies of #FFE0CA
Complementary color
Monochromatic Colors of #FFE0CA
Black with #FFE0CA
Text Example
Text Example
White with #FFE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0CA; }
p { color: rgb(255,224,202); }
H1.HeaderClassName
{
color: #FFE0CA;
}
.AnyTagClassName
{
color: #FFE0CA;
}
</style>
background-color css
<style>
a { background-color: #FFE0CA; }
a { background-color: rgb(255,224,202); }
div.DivClassName
{
background-color: #FFE0CA;
}
.BgClassName
{
background-color: #FFE0CA;
}
</style>
border-color css
<style>
span { border-color: #FFE0CA; }
span { border-color: rgb(255,224,202); }
td.TdClassName
{
border-color: #FFE0CA;
}
.TagClassName
{
border-color: #FFE0CA;
}
</style>