Shades of Karry #FEE0CD
Tints of Karry #FEE0CD
RGB
CMYK
RGB Variations
Color information
#FEE0CD (or 0xFEE0CD) is known color: Karry. HEX triplet: FE, E0 and CD. RGB value is (254,224,205). Sum of RGB (Red+Green+Blue) = 254+224+205=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0CD is #011F32. Grayscale: #E6E6E6. Windows color (decimal): -73523 or 13492478. OLE color: 13492478.
HSL color Cylindrical-coordinate representation of color #FEE0CD: hue angle of 23.27º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEE0CD is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 205 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.00 |
| HSL | 23.27º | 0.96% | 0.9% | - |
| HSV(B) | 23.27º | 0.19% | 1% | - |
| XYZ | 78.55 | 78.79 | 68.83 | - |
| YUV | 230.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 205 | 0 | 0.12 | 0.19 | 0.00 | 23.27 | 0.96 | 0.9 |
| Hex | FE | E0 | CD | 0 | C | 13 | 0 | 17 | 60 | 5A |
| Octal | 376 | 340 | 315 | 0 | 14 | 23 | 0 | 27 | 140 | 132 |
| Binary | 11111110 | 11100000 | 11001101 | 0 | 1100 | 10011 | 0 | 10111 | 1100000 | 1011010 |
Color Harmonies of #FEE0CD
Complementary color
Monochromatic Colors of #FEE0CD
Black with #FEE0CD
Text Example
Text Example
White with #FEE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0CD; }
p { color: rgb(254,224,205); }
H1.HeaderClassName
{
color: #FEE0CD;
}
.AnyTagClassName
{
color: #FEE0CD;
}
</style>
background-color css
<style>
a { background-color: #FEE0CD; }
a { background-color: rgb(254,224,205); }
div.DivClassName
{
background-color: #FEE0CD;
}
.BgClassName
{
background-color: #FEE0CD;
}
</style>
border-color css
<style>
span { border-color: #FEE0CD; }
span { border-color: rgb(254,224,205); }
td.TdClassName
{
border-color: #FEE0CD;
}
.TagClassName
{
border-color: #FEE0CD;
}
</style>