Shades of Karry #FEE1CA
Tints of Karry #FEE1CA
RGB
CMYK
RGB Variations
Color information
#FEE1CA (or 0xFEE1CA) is known color: Karry. HEX triplet: FE, E1 and CA. RGB value is (254,225,202). Sum of RGB (Red+Green+Blue) = 254+225+202=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1CA is #011E35. Grayscale: #E7E7E7. Windows color (decimal): -73270 or 13296126. OLE color: 13296126.
HSL color Cylindrical-coordinate representation of color #FEE1CA: hue angle of 26.54º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE1CA is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 202 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.00 |
| HSL | 26.54º | 0.96% | 0.89% | - |
| HSV(B) | 26.54º | 0.2% | 1% | - |
| XYZ | 78.46 | 79.19 | 67.03 | - |
| YUV | 231.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 202 | 0 | 0.11 | 0.20 | 0.00 | 26.54 | 0.96 | 0.89 |
| Hex | FE | E1 | CA | 0 | B | 14 | 0 | 1B | 60 | 59 |
| Octal | 376 | 341 | 312 | 0 | 13 | 24 | 0 | 33 | 140 | 131 |
| Binary | 11111110 | 11100001 | 11001010 | 0 | 1011 | 10100 | 0 | 11011 | 1100000 | 1011001 |
Color Harmonies of #FEE1CA
Complementary color
Monochromatic Colors of #FEE1CA
Black with #FEE1CA
Text Example
Text Example
White with #FEE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1CA; }
p { color: rgb(254,225,202); }
H1.HeaderClassName
{
color: #FEE1CA;
}
.AnyTagClassName
{
color: #FEE1CA;
}
</style>
background-color css
<style>
a { background-color: #FEE1CA; }
a { background-color: rgb(254,225,202); }
div.DivClassName
{
background-color: #FEE1CA;
}
.BgClassName
{
background-color: #FEE1CA;
}
</style>
border-color css
<style>
span { border-color: #FEE1CA; }
span { border-color: rgb(254,225,202); }
td.TdClassName
{
border-color: #FEE1CA;
}
.TagClassName
{
border-color: #FEE1CA;
}
</style>