Shades of Karry #FEDDC0
Tints of Karry #FEDDC0
RGB
CMYK
RGB Variations
Color information
#FEDDC0 (or 0xFEDDC0) is known color: Karry. HEX triplet: FE, DD and C0. RGB value is (254,221,192). Sum of RGB (Red+Green+Blue) = 254+221+192=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC0 is #01223F. Grayscale: #E3E3E3. Windows color (decimal): -74304 or 12639742. OLE color: 12639742.
HSL color Cylindrical-coordinate representation of color #FEDDC0: hue angle of 28.06º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEDDC0 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 192 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.00 |
| HSL | 28.06º | 0.97% | 0.87% | - |
| HSV(B) | 28.06º | 0.24% | 1% | - |
| XYZ | 76.24 | 76.59 | 60.63 | - |
| YUV | 227.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 192 | 0 | 0.13 | 0.24 | 0.00 | 28.06 | 0.97 | 0.87 |
| Hex | FE | DD | C0 | 0 | D | 18 | 0 | 1C | 61 | 57 |
| Octal | 376 | 335 | 300 | 0 | 15 | 30 | 0 | 34 | 141 | 127 |
| Binary | 11111110 | 11011101 | 11000000 | 0 | 1101 | 11000 | 0 | 11100 | 1100001 | 1010111 |
Color Harmonies of #FEDDC0
Complementary color
Monochromatic Colors of #FEDDC0
Black with #FEDDC0
Text Example
Text Example
White with #FEDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDC0; }
p { color: rgb(254,221,192); }
H1.HeaderClassName
{
color: #FEDDC0;
}
.AnyTagClassName
{
color: #FEDDC0;
}
</style>
background-color css
<style>
a { background-color: #FEDDC0; }
a { background-color: rgb(254,221,192); }
div.DivClassName
{
background-color: #FEDDC0;
}
.BgClassName
{
background-color: #FEDDC0;
}
</style>
border-color css
<style>
span { border-color: #FEDDC0; }
span { border-color: rgb(254,221,192); }
td.TdClassName
{
border-color: #FEDDC0;
}
.TagClassName
{
border-color: #FEDDC0;
}
</style>