Shades of Karry #FFE0C4
Tints of Karry #FFE0C4
RGB
CMYK
RGB Variations
Color information
#FFE0C4 (or 0xFFE0C4) is known color: Karry. HEX triplet: FF, E0 and C4. RGB value is (255,224,196). Sum of RGB (Red+Green+Blue) = 255+224+196=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 196 (76.95% from 255 or 29.04% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0C4 is #001F3B. Grayscale: #E6E6E6. Windows color (decimal): -7996 or 12902655. OLE color: 12902655.
HSL color Cylindrical-coordinate representation of color #FFE0C4: hue angle of 28.47º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFE0C4 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 196 | - |
| CMYK | 0 | 0.12 | 0.23 | 0 |
| HSL | 28.47º | 1% | 0.88% | - |
| HSV(B) | 28.47º | 0.23% | 1% | - |
| XYZ | 77.86 | 78.56 | 63.28 | - |
| YUV | 230.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 196 | 0 | 0.12 | 0.23 | 0 | 28.47 | 1 | 0.88 |
| Hex | FF | E0 | C4 | 0 | C | 17 | 0 | 1C | 64 | 58 |
| Octal | 377 | 340 | 304 | 0 | 14 | 27 | 0 | 34 | 144 | 130 |
| Binary | 11111111 | 11100000 | 11000100 | 0 | 1100 | 10111 | 0 | 11100 | 1100100 | 1011000 |
Color Harmonies of #FFE0C4
Complementary color
Monochromatic Colors of #FFE0C4
Black with #FFE0C4
Text Example
Text Example
White with #FFE0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0C4; }
p { color: rgb(255,224,196); }
H1.HeaderClassName
{
color: #FFE0C4;
}
.AnyTagClassName
{
color: #FFE0C4;
}
</style>
background-color css
<style>
a { background-color: #FFE0C4; }
a { background-color: rgb(255,224,196); }
div.DivClassName
{
background-color: #FFE0C4;
}
.BgClassName
{
background-color: #FFE0C4;
}
</style>
border-color css
<style>
span { border-color: #FFE0C4; }
span { border-color: rgb(255,224,196); }
td.TdClassName
{
border-color: #FFE0C4;
}
.TagClassName
{
border-color: #FFE0C4;
}
</style>