Shades of Karry #FEE0C6
Tints of Karry #FEE0C6
RGB
CMYK
RGB Variations
Color information
#FEE0C6 (or 0xFEE0C6) is known color: Karry. HEX triplet: FE, E0 and C6. RGB value is (254,224,198). Sum of RGB (Red+Green+Blue) = 254+224+198=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 198 (77.73% from 255 or 29.29% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0C6 is #011F39. Grayscale: #E6E6E6. Windows color (decimal): -73530 or 13033726. OLE color: 13033726.
HSL color Cylindrical-coordinate representation of color #FEE0C6: hue angle of 27.86º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEE0C6 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 198 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.00 |
| HSL | 27.86º | 0.97% | 0.89% | - |
| HSV(B) | 27.86º | 0.22% | 1% | - |
| XYZ | 77.72 | 78.46 | 64.47 | - |
| YUV | 230.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 198 | 0 | 0.12 | 0.22 | 0.00 | 27.86 | 0.97 | 0.89 |
| Hex | FE | E0 | C6 | 0 | C | 16 | 0 | 1C | 61 | 59 |
| Octal | 376 | 340 | 306 | 0 | 14 | 26 | 0 | 34 | 141 | 131 |
| Binary | 11111110 | 11100000 | 11000110 | 0 | 1100 | 10110 | 0 | 11100 | 1100001 | 1011001 |
Color Harmonies of #FEE0C6
Complementary color
Monochromatic Colors of #FEE0C6
Black with #FEE0C6
Text Example
Text Example
White with #FEE0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0C6; }
p { color: rgb(254,224,198); }
H1.HeaderClassName
{
color: #FEE0C6;
}
.AnyTagClassName
{
color: #FEE0C6;
}
</style>
background-color css
<style>
a { background-color: #FEE0C6; }
a { background-color: rgb(254,224,198); }
div.DivClassName
{
background-color: #FEE0C6;
}
.BgClassName
{
background-color: #FEE0C6;
}
</style>
border-color css
<style>
span { border-color: #FEE0C6; }
span { border-color: rgb(254,224,198); }
td.TdClassName
{
border-color: #FEE0C6;
}
.TagClassName
{
border-color: #FEE0C6;
}
</style>