Shades of Karry #FEE0CA
Tints of Karry #FEE0CA
RGB
CMYK
RGB Variations
Color information
#FEE0CA (or 0xFEE0CA) is known color: Karry. HEX triplet: FE, E0 and CA. RGB value is (254,224,202). Sum of RGB (Red+Green+Blue) = 254+224+202=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 202 (79.30% from 255 or 29.71% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0CA is #011F35. Grayscale: #E6E6E6. Windows color (decimal): -73526 or 13295870. OLE color: 13295870.
HSL color Cylindrical-coordinate representation of color #FEE0CA: hue angle of 25.38º 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 #FEE0CA is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 202 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.00 |
| HSL | 25.38º | 0.96% | 0.89% | - |
| HSV(B) | 25.38º | 0.2% | 1% | - |
| XYZ | 78.19 | 78.65 | 66.94 | - |
| YUV | 230.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 202 | 0 | 0.12 | 0.20 | 0.00 | 25.38 | 0.96 | 0.89 |
| Hex | FE | E0 | CA | 0 | C | 14 | 0 | 19 | 60 | 59 |
| Octal | 376 | 340 | 312 | 0 | 14 | 24 | 0 | 31 | 140 | 131 |
| Binary | 11111110 | 11100000 | 11001010 | 0 | 1100 | 10100 | 0 | 11001 | 1100000 | 1011001 |
Color Harmonies of #FEE0CA
Complementary color
Monochromatic Colors of #FEE0CA
Black with #FEE0CA
Text Example
Text Example
White with #FEE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0CA; }
p { color: rgb(254,224,202); }
H1.HeaderClassName
{
color: #FEE0CA;
}
.AnyTagClassName
{
color: #FEE0CA;
}
</style>
background-color css
<style>
a { background-color: #FEE0CA; }
a { background-color: rgb(254,224,202); }
div.DivClassName
{
background-color: #FEE0CA;
}
.BgClassName
{
background-color: #FEE0CA;
}
</style>
border-color css
<style>
span { border-color: #FEE0CA; }
span { border-color: rgb(254,224,202); }
td.TdClassName
{
border-color: #FEE0CA;
}
.TagClassName
{
border-color: #FEE0CA;
}
</style>