Shades of Karry #FFE1CD
Tints of Karry #FFE1CD
RGB
CMYK
RGB Variations
Color information
#FFE1CD (or 0xFFE1CD) is known color: Karry. HEX triplet: FF, E1 and CD. RGB value is (255,225,205). Sum of RGB (Red+Green+Blue) = 255+225+205=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 205 (80.47% from 255 or 29.93% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1CD is #001E32. Grayscale: #E7E7E7. Windows color (decimal): -7731 or 13492735. OLE color: 13492735.
HSL color Cylindrical-coordinate representation of color #FFE1CD: hue angle of 24º 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 #FFE1CD is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 205 | - |
| CMYK | 0 | 0.12 | 0.20 | 0 |
| HSL | 24º | 1% | 0.9% | - |
| HSV(B) | 24º | 0.2% | 1% | - |
| XYZ | 79.18 | 79.52 | 68.93 | - |
| YUV | 231.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 205 | 0 | 0.12 | 0.20 | 0 | 24 | 1 | 0.9 |
| Hex | FF | E1 | CD | 0 | C | 14 | 0 | 18 | 64 | 5A |
| Octal | 377 | 341 | 315 | 0 | 14 | 24 | 0 | 30 | 144 | 132 |
| Binary | 11111111 | 11100001 | 11001101 | 0 | 1100 | 10100 | 0 | 11000 | 1100100 | 1011010 |
Color Harmonies of #FFE1CD
Complementary color
Monochromatic Colors of #FFE1CD
Black with #FFE1CD
Text Example
Text Example
White with #FFE1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1CD; }
p { color: rgb(255,225,205); }
H1.HeaderClassName
{
color: #FFE1CD;
}
.AnyTagClassName
{
color: #FFE1CD;
}
</style>
background-color css
<style>
a { background-color: #FFE1CD; }
a { background-color: rgb(255,225,205); }
div.DivClassName
{
background-color: #FFE1CD;
}
.BgClassName
{
background-color: #FFE1CD;
}
</style>
border-color css
<style>
span { border-color: #FFE1CD; }
span { border-color: rgb(255,225,205); }
td.TdClassName
{
border-color: #FFE1CD;
}
.TagClassName
{
border-color: #FFE1CD;
}
</style>