Shades of Karry #FFE1CB
Tints of Karry #FFE1CB
RGB
CMYK
RGB Variations
Color information
#FFE1CB (or 0xFFE1CB) is known color: Karry. HEX triplet: FF, E1 and CB. RGB value is (255,225,203). Sum of RGB (Red+Green+Blue) = 255+225+203=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 203 (79.69% from 255 or 29.72% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1CB is #001E34. Grayscale: #E7E7E7. Windows color (decimal): -7733 or 13361663. OLE color: 13361663.
HSL color Cylindrical-coordinate representation of color #FFE1CB: hue angle of 25.38º 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 #FFE1CB is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 203 | - |
| CMYK | 0 | 0.12 | 0.20 | 0 |
| HSL | 25.38º | 1% | 0.9% | - |
| HSV(B) | 25.38º | 0.2% | 1% | - |
| XYZ | 78.94 | 79.42 | 67.67 | - |
| YUV | 231.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 203 | 0 | 0.12 | 0.20 | 0 | 25.38 | 1 | 0.9 |
| Hex | FF | E1 | CB | 0 | C | 14 | 0 | 19 | 64 | 5A |
| Octal | 377 | 341 | 313 | 0 | 14 | 24 | 0 | 31 | 144 | 132 |
| Binary | 11111111 | 11100001 | 11001011 | 0 | 1100 | 10100 | 0 | 11001 | 1100100 | 1011010 |
Color Harmonies of #FFE1CB
Complementary color
Monochromatic Colors of #FFE1CB
Black with #FFE1CB
Text Example
Text Example
White with #FFE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1CB; }
p { color: rgb(255,225,203); }
H1.HeaderClassName
{
color: #FFE1CB;
}
.AnyTagClassName
{
color: #FFE1CB;
}
</style>
background-color css
<style>
a { background-color: #FFE1CB; }
a { background-color: rgb(255,225,203); }
div.DivClassName
{
background-color: #FFE1CB;
}
.BgClassName
{
background-color: #FFE1CB;
}
</style>
border-color css
<style>
span { border-color: #FFE1CB; }
span { border-color: rgb(255,225,203); }
td.TdClassName
{
border-color: #FFE1CB;
}
.TagClassName
{
border-color: #FFE1CB;
}
</style>