Shades of Karry #FEE1CB
Tints of Karry #FEE1CB
RGB
CMYK
RGB Variations
Color information
#FEE1CB (or 0xFEE1CB) is known color: Karry. HEX triplet: FE, E1 and CB. RGB value is (254,225,203). Sum of RGB (Red+Green+Blue) = 254+225+203=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 203 (79.69% from 255 or 29.77% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1CB is #011E34. Grayscale: #E7E7E7. Windows color (decimal): -73269 or 13361662. OLE color: 13361662.
HSL color Cylindrical-coordinate representation of color #FEE1CB: hue angle of 25.88º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE1CB is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 203 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.00 |
| HSL | 25.88º | 0.96% | 0.9% | - |
| HSV(B) | 25.88º | 0.2% | 1% | - |
| XYZ | 78.58 | 79.23 | 67.65 | - |
| YUV | 231.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 203 | 0 | 0.11 | 0.20 | 0.00 | 25.88 | 0.96 | 0.9 |
| Hex | FE | E1 | CB | 0 | B | 14 | 0 | 1A | 60 | 5A |
| Octal | 376 | 341 | 313 | 0 | 13 | 24 | 0 | 32 | 140 | 132 |
| Binary | 11111110 | 11100001 | 11001011 | 0 | 1011 | 10100 | 0 | 11010 | 1100000 | 1011010 |
Color Harmonies of #FEE1CB
Complementary color
Monochromatic Colors of #FEE1CB
Black with #FEE1CB
Text Example
Text Example
White with #FEE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1CB; }
p { color: rgb(254,225,203); }
H1.HeaderClassName
{
color: #FEE1CB;
}
.AnyTagClassName
{
color: #FEE1CB;
}
</style>
background-color css
<style>
a { background-color: #FEE1CB; }
a { background-color: rgb(254,225,203); }
div.DivClassName
{
background-color: #FEE1CB;
}
.BgClassName
{
background-color: #FEE1CB;
}
</style>
border-color css
<style>
span { border-color: #FEE1CB; }
span { border-color: rgb(254,225,203); }
td.TdClassName
{
border-color: #FEE1CB;
}
.TagClassName
{
border-color: #FEE1CB;
}
</style>