Shades of Karry #FFE0CD
Tints of Karry #FFE0CD
RGB
CMYK
RGB Variations
Color information
#FFE0CD (or 0xFFE0CD) is known color: Karry. HEX triplet: FF, E0 and CD. RGB value is (255,224,205). Sum of RGB (Red+Green+Blue) = 255+224+205=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 205 (80.47% from 255 or 29.97% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0CD is #001F32. Grayscale: #E7E7E7. Windows color (decimal): -7987 or 13492479. OLE color: 13492479.
HSL color Cylindrical-coordinate representation of color #FFE0CD: hue angle of 22.8º 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 #FFE0CD is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 205 | - |
| CMYK | 0 | 0.12 | 0.20 | 0 |
| HSL | 22.8º | 1% | 0.9% | - |
| HSV(B) | 22.8º | 0.2% | 1% | - |
| XYZ | 78.92 | 78.98 | 68.84 | - |
| YUV | 231.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 205 | 0 | 0.12 | 0.20 | 0 | 22.8 | 1 | 0.9 |
| Hex | FF | E0 | CD | 0 | C | 14 | 0 | 17 | 64 | 5A |
| Octal | 377 | 340 | 315 | 0 | 14 | 24 | 0 | 27 | 144 | 132 |
| Binary | 11111111 | 11100000 | 11001101 | 0 | 1100 | 10100 | 0 | 10111 | 1100100 | 1011010 |
Color Harmonies of #FFE0CD
Complementary color
Monochromatic Colors of #FFE0CD
Black with #FFE0CD
Text Example
Text Example
White with #FFE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0CD; }
p { color: rgb(255,224,205); }
H1.HeaderClassName
{
color: #FFE0CD;
}
.AnyTagClassName
{
color: #FFE0CD;
}
</style>
background-color css
<style>
a { background-color: #FFE0CD; }
a { background-color: rgb(255,224,205); }
div.DivClassName
{
background-color: #FFE0CD;
}
.BgClassName
{
background-color: #FFE0CD;
}
</style>
border-color css
<style>
span { border-color: #FFE0CD; }
span { border-color: rgb(255,224,205); }
td.TdClassName
{
border-color: #FFE0CD;
}
.TagClassName
{
border-color: #FFE0CD;
}
</style>