Shades of Karry #FED8C2
Tints of Karry #FED8C2
RGB
CMYK
RGB Variations
Color information
#FED8C2 (or 0xFED8C2) is known color: Karry. HEX triplet: FE, D8 and C2. RGB value is (254,216,194). Sum of RGB (Red+Green+Blue) = 254+216+194=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 216 (84.77% from 255 or 32.53% from 664); Blue value is 194 (76.17% from 255 or 29.22% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8C2 is #01273D. Grayscale: #E0E0E0. Windows color (decimal): -75582 or 12769534. OLE color: 12769534.
HSL color Cylindrical-coordinate representation of color #FED8C2: hue angle of 22º 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 #FED8C2 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 194 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.00 |
| HSL | 22º | 0.97% | 0.88% | - |
| HSV(B) | 22º | 0.24% | 1% | - |
| XYZ | 75.17 | 74.08 | 61.38 | - |
| YUV | 224.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 194 | 0 | 0.15 | 0.24 | 0.00 | 22 | 0.97 | 0.88 |
| Hex | FE | D8 | C2 | 0 | F | 18 | 0 | 16 | 61 | 58 |
| Octal | 376 | 330 | 302 | 0 | 17 | 30 | 0 | 26 | 141 | 130 |
| Binary | 11111110 | 11011000 | 11000010 | 0 | 1111 | 11000 | 0 | 10110 | 1100001 | 1011000 |
Color Harmonies of #FED8C2
Complementary color
Monochromatic Colors of #FED8C2
Black with #FED8C2
Text Example
Text Example
White with #FED8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8C2; }
p { color: rgb(254,216,194); }
H1.HeaderClassName
{
color: #FED8C2;
}
.AnyTagClassName
{
color: #FED8C2;
}
</style>
background-color css
<style>
a { background-color: #FED8C2; }
a { background-color: rgb(254,216,194); }
div.DivClassName
{
background-color: #FED8C2;
}
.BgClassName
{
background-color: #FED8C2;
}
</style>
border-color css
<style>
span { border-color: #FED8C2; }
span { border-color: rgb(254,216,194); }
td.TdClassName
{
border-color: #FED8C2;
}
.TagClassName
{
border-color: #FED8C2;
}
</style>