Shades of Karry #FED8C1
Tints of Karry #FED8C1
RGB
CMYK
RGB Variations
Color information
#FED8C1 (or 0xFED8C1) is known color: Karry. HEX triplet: FE, D8 and C1. RGB value is (254,216,193). Sum of RGB (Red+Green+Blue) = 254+216+193=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 193 (75.78% from 255 or 29.11% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8C1 is #01273E. Grayscale: #E0E0E0. Windows color (decimal): -75583 or 12703998. OLE color: 12703998.
HSL color Cylindrical-coordinate representation of color #FED8C1: hue angle of 22.62º 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 #FED8C1 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 193 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.00 |
| HSL | 22.62º | 0.97% | 0.88% | - |
| HSV(B) | 22.62º | 0.24% | 1% | - |
| XYZ | 75.05 | 74.03 | 60.79 | - |
| YUV | 224.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 193 | 0 | 0.15 | 0.24 | 0.00 | 22.62 | 0.97 | 0.88 |
| Hex | FE | D8 | C1 | 0 | F | 18 | 0 | 17 | 61 | 58 |
| Octal | 376 | 330 | 301 | 0 | 17 | 30 | 0 | 27 | 141 | 130 |
| Binary | 11111110 | 11011000 | 11000001 | 0 | 1111 | 11000 | 0 | 10111 | 1100001 | 1011000 |
Color Harmonies of #FED8C1
Complementary color
Monochromatic Colors of #FED8C1
Black with #FED8C1
Text Example
Text Example
White with #FED8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8C1; }
p { color: rgb(254,216,193); }
H1.HeaderClassName
{
color: #FED8C1;
}
.AnyTagClassName
{
color: #FED8C1;
}
</style>
background-color css
<style>
a { background-color: #FED8C1; }
a { background-color: rgb(254,216,193); }
div.DivClassName
{
background-color: #FED8C1;
}
.BgClassName
{
background-color: #FED8C1;
}
</style>
border-color css
<style>
span { border-color: #FED8C1; }
span { border-color: rgb(254,216,193); }
td.TdClassName
{
border-color: #FED8C1;
}
.TagClassName
{
border-color: #FED8C1;
}
</style>