Shades of Karry #FED9C6
Tints of Karry #FED9C6
RGB
CMYK
RGB Variations
Color information
#FED9C6 (or 0xFED9C6) is known color: Karry. HEX triplet: FE, D9 and C6. RGB value is (254,217,198). Sum of RGB (Red+Green+Blue) = 254+217+198=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 198 (77.73% from 255 or 29.60% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9C6 is #012639. Grayscale: #E2E2E2. Windows color (decimal): -75322 or 13031934. OLE color: 13031934.
HSL color Cylindrical-coordinate representation of color #FED9C6: hue angle of 20.36º 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 #FED9C6 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 198 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.00 |
| HSL | 20.36º | 0.97% | 0.89% | - |
| HSV(B) | 20.36º | 0.22% | 1% | - |
| XYZ | 75.88 | 74.77 | 63.86 | - |
| YUV | 225.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 198 | 0 | 0.15 | 0.22 | 0.00 | 20.36 | 0.97 | 0.89 |
| Hex | FE | D9 | C6 | 0 | F | 16 | 0 | 14 | 61 | 59 |
| Octal | 376 | 331 | 306 | 0 | 17 | 26 | 0 | 24 | 141 | 131 |
| Binary | 11111110 | 11011001 | 11000110 | 0 | 1111 | 10110 | 0 | 10100 | 1100001 | 1011001 |
Color Harmonies of #FED9C6
Complementary color
Monochromatic Colors of #FED9C6
Black with #FED9C6
Text Example
Text Example
White with #FED9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9C6; }
p { color: rgb(254,217,198); }
H1.HeaderClassName
{
color: #FED9C6;
}
.AnyTagClassName
{
color: #FED9C6;
}
</style>
background-color css
<style>
a { background-color: #FED9C6; }
a { background-color: rgb(254,217,198); }
div.DivClassName
{
background-color: #FED9C6;
}
.BgClassName
{
background-color: #FED9C6;
}
</style>
border-color css
<style>
span { border-color: #FED9C6; }
span { border-color: rgb(254,217,198); }
td.TdClassName
{
border-color: #FED9C6;
}
.TagClassName
{
border-color: #FED9C6;
}
</style>