Shades of Karry #FED9C3
Tints of Karry #FED9C3
RGB
CMYK
RGB Variations
Color information
#FED9C3 (or 0xFED9C3) is known color: Karry. HEX triplet: FE, D9 and C3. RGB value is (254,217,195). Sum of RGB (Red+Green+Blue) = 254+217+195=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 195 (76.56% from 255 or 29.28% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9C3 is #01263C. Grayscale: #E1E1E1. Windows color (decimal): -75325 or 12835326. OLE color: 12835326.
HSL color Cylindrical-coordinate representation of color #FED9C3: hue angle of 22.37º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FED9C3 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 195 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.00 |
| HSL | 22.37º | 0.97% | 0.88% | - |
| HSV(B) | 22.37º | 0.23% | 1% | - |
| XYZ | 75.54 | 74.64 | 62.05 | - |
| YUV | 225.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 195 | 0 | 0.15 | 0.23 | 0.00 | 22.37 | 0.97 | 0.88 |
| Hex | FE | D9 | C3 | 0 | F | 17 | 0 | 16 | 61 | 58 |
| Octal | 376 | 331 | 303 | 0 | 17 | 27 | 0 | 26 | 141 | 130 |
| Binary | 11111110 | 11011001 | 11000011 | 0 | 1111 | 10111 | 0 | 10110 | 1100001 | 1011000 |
Color Harmonies of #FED9C3
Complementary color
Monochromatic Colors of #FED9C3
Black with #FED9C3
Text Example
Text Example
White with #FED9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9C3; }
p { color: rgb(254,217,195); }
H1.HeaderClassName
{
color: #FED9C3;
}
.AnyTagClassName
{
color: #FED9C3;
}
</style>
background-color css
<style>
a { background-color: #FED9C3; }
a { background-color: rgb(254,217,195); }
div.DivClassName
{
background-color: #FED9C3;
}
.BgClassName
{
background-color: #FED9C3;
}
</style>
border-color css
<style>
span { border-color: #FED9C3; }
span { border-color: rgb(254,217,195); }
td.TdClassName
{
border-color: #FED9C3;
}
.TagClassName
{
border-color: #FED9C3;
}
</style>