Shades of Karry #FEE1C9
Tints of Karry #FEE1C9
RGB
CMYK
RGB Variations
Color information
#FEE1C9 (or 0xFEE1C9) is known color: Karry. HEX triplet: FE, E1 and C9. RGB value is (254,225,201). Sum of RGB (Red+Green+Blue) = 254+225+201=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 201 (78.91% from 255 or 29.56% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1C9 is #011E36. Grayscale: #E7E7E7. Windows color (decimal): -73271 or 13230590. OLE color: 13230590.
HSL color Cylindrical-coordinate representation of color #FEE1C9: hue angle of 27.17º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEE1C9 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 201 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.00 |
| HSL | 27.17º | 0.96% | 0.89% | - |
| HSV(B) | 27.17º | 0.21% | 1% | - |
| XYZ | 78.34 | 79.14 | 66.4 | - |
| YUV | 230.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 201 | 0 | 0.11 | 0.21 | 0.00 | 27.17 | 0.96 | 0.89 |
| Hex | FE | E1 | C9 | 0 | B | 15 | 0 | 1B | 60 | 59 |
| Octal | 376 | 341 | 311 | 0 | 13 | 25 | 0 | 33 | 140 | 131 |
| Binary | 11111110 | 11100001 | 11001001 | 0 | 1011 | 10101 | 0 | 11011 | 1100000 | 1011001 |
Color Harmonies of #FEE1C9
Complementary color
Monochromatic Colors of #FEE1C9
Black with #FEE1C9
Text Example
Text Example
White with #FEE1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1C9; }
p { color: rgb(254,225,201); }
H1.HeaderClassName
{
color: #FEE1C9;
}
.AnyTagClassName
{
color: #FEE1C9;
}
</style>
background-color css
<style>
a { background-color: #FEE1C9; }
a { background-color: rgb(254,225,201); }
div.DivClassName
{
background-color: #FEE1C9;
}
.BgClassName
{
background-color: #FEE1C9;
}
</style>
border-color css
<style>
span { border-color: #FEE1C9; }
span { border-color: rgb(254,225,201); }
td.TdClassName
{
border-color: #FEE1C9;
}
.TagClassName
{
border-color: #FEE1C9;
}
</style>