Shades of Karry #FEE0C7
Tints of Karry #FEE0C7
RGB
CMYK
RGB Variations
Color information
#FEE0C7 (or 0xFEE0C7) is known color: Karry. HEX triplet: FE, E0 and C7. RGB value is (254,224,199). Sum of RGB (Red+Green+Blue) = 254+224+199=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 199 (78.12% from 255 or 29.39% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0C7 is #011F38. Grayscale: #E6E6E6. Windows color (decimal): -73529 or 13099262. OLE color: 13099262.
HSL color Cylindrical-coordinate representation of color #FEE0C7: hue angle of 27.27º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEE0C7 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 199 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.00 |
| HSL | 27.27º | 0.96% | 0.89% | - |
| HSV(B) | 27.27º | 0.22% | 1% | - |
| XYZ | 77.84 | 78.51 | 65.08 | - |
| YUV | 230.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 199 | 0 | 0.12 | 0.22 | 0.00 | 27.27 | 0.96 | 0.89 |
| Hex | FE | E0 | C7 | 0 | C | 16 | 0 | 1B | 60 | 59 |
| Octal | 376 | 340 | 307 | 0 | 14 | 26 | 0 | 33 | 140 | 131 |
| Binary | 11111110 | 11100000 | 11000111 | 0 | 1100 | 10110 | 0 | 11011 | 1100000 | 1011001 |
Color Harmonies of #FEE0C7
Complementary color
Monochromatic Colors of #FEE0C7
Black with #FEE0C7
Text Example
Text Example
White with #FEE0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0C7; }
p { color: rgb(254,224,199); }
H1.HeaderClassName
{
color: #FEE0C7;
}
.AnyTagClassName
{
color: #FEE0C7;
}
</style>
background-color css
<style>
a { background-color: #FEE0C7; }
a { background-color: rgb(254,224,199); }
div.DivClassName
{
background-color: #FEE0C7;
}
.BgClassName
{
background-color: #FEE0C7;
}
</style>
border-color css
<style>
span { border-color: #FEE0C7; }
span { border-color: rgb(254,224,199); }
td.TdClassName
{
border-color: #FEE0C7;
}
.TagClassName
{
border-color: #FEE0C7;
}
</style>