Shades of Karry #FED9C4
Tints of Karry #FED9C4
RGB
CMYK
RGB Variations
Color information
#FED9C4 (or 0xFED9C4) is known color: Karry. HEX triplet: FE, D9 and C4. RGB value is (254,217,196). Sum of RGB (Red+Green+Blue) = 254+217+196=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 217 (85.16% from 255 or 32.53% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9C4 is #01263B. Grayscale: #E1E1E1. Windows color (decimal): -75324 or 12900862. OLE color: 12900862.
HSL color Cylindrical-coordinate representation of color #FED9C4: hue angle of 21.72º 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 #FED9C4 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 217 | 196 | - |
CMYK | 0 | 0.15 | 0.23 | 0.00 |
HSL | 21.72º | 0.97% | 0.88% | - |
HSV(B) | 21.72º | 0.23% | 1% | - |
XYZ | 75.65 | 74.68 | 62.65 | - |
YUV | 225.67 | 111.26 | 148.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 217 | 196 | 0 | 0.15 | 0.23 | 0.00 | 21.72 | 0.97 | 0.88 |
Hex | FE | D9 | C4 | 0 | F | 17 | 0 | 16 | 61 | 58 |
Octal | 376 | 331 | 304 | 0 | 17 | 27 | 0 | 26 | 141 | 130 |
Binary | 11111110 | 11011001 | 11000100 | 0 | 1111 | 10111 | 0 | 10110 | 1100001 | 1011000 |
Color Harmonies of #FED9C4
Complementary color
Monochromatic Colors of #FED9C4
Black with #FED9C4
Text Example
Text Example
White with #FED9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9C4; }
p { color: rgb(254,217,196); }
H1.HeaderClassName
{
color: #FED9C4;
}
.AnyTagClassName
{
color: #FED9C4;
}
</style>
background-color css
<style>
a { background-color: #FED9C4; }
a { background-color: rgb(254,217,196); }
div.DivClassName
{
background-color: #FED9C4;
}
.BgClassName
{
background-color: #FED9C4;
}
</style>
border-color css
<style>
span { border-color: #FED9C4; }
span { border-color: rgb(254,217,196); }
td.TdClassName
{
border-color: #FED9C4;
}
.TagClassName
{
border-color: #FED9C4;
}
</style>