Shades of Karry #FED9C2
Tints of Karry #FED9C2
RGB
CMYK
RGB Variations
Color information
#FED9C2 (or 0xFED9C2) is known color: Karry. HEX triplet: FE, D9 and C2. RGB value is (254,217,194). Sum of RGB (Red+Green+Blue) = 254+217+194=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 194 (76.17% from 255 or 29.17% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9C2 is #01263D. Grayscale: #E1E1E1. Windows color (decimal): -75326 or 12769790. OLE color: 12769790.
HSL color Cylindrical-coordinate representation of color #FED9C2: hue angle of 23º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FED9C2 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 194 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.00 |
| HSL | 23º | 0.97% | 0.88% | - |
| HSV(B) | 23º | 0.24% | 1% | - |
| XYZ | 75.42 | 74.59 | 61.46 | - |
| YUV | 225.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 194 | 0 | 0.15 | 0.24 | 0.00 | 23 | 0.97 | 0.88 |
| Hex | FE | D9 | C2 | 0 | F | 18 | 0 | 17 | 61 | 58 |
| Octal | 376 | 331 | 302 | 0 | 17 | 30 | 0 | 27 | 141 | 130 |
| Binary | 11111110 | 11011001 | 11000010 | 0 | 1111 | 11000 | 0 | 10111 | 1100001 | 1011000 |
Color Harmonies of #FED9C2
Complementary color
Monochromatic Colors of #FED9C2
Black with #FED9C2
Text Example
Text Example
White with #FED9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9C2; }
p { color: rgb(254,217,194); }
H1.HeaderClassName
{
color: #FED9C2;
}
.AnyTagClassName
{
color: #FED9C2;
}
</style>
background-color css
<style>
a { background-color: #FED9C2; }
a { background-color: rgb(254,217,194); }
div.DivClassName
{
background-color: #FED9C2;
}
.BgClassName
{
background-color: #FED9C2;
}
</style>
border-color css
<style>
span { border-color: #FED9C2; }
span { border-color: rgb(254,217,194); }
td.TdClassName
{
border-color: #FED9C2;
}
.TagClassName
{
border-color: #FED9C2;
}
</style>