Shades of Karry #FEDAC0
Tints of Karry #FEDAC0
RGB
CMYK
RGB Variations
Color information
#FEDAC0 (or 0xFEDAC0) is known color: Karry. HEX triplet: FE, DA and C0. RGB value is (254,218,192). Sum of RGB (Red+Green+Blue) = 254+218+192=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAC0 is #01253F. Grayscale: #E1E1E1. Windows color (decimal): -75072 or 12638974. OLE color: 12638974.
HSL color Cylindrical-coordinate representation of color #FEDAC0: hue angle of 25.16º 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 #FEDAC0 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 192 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.00 |
| HSL | 25.16º | 0.97% | 0.87% | - |
| HSV(B) | 25.16º | 0.24% | 1% | - |
| XYZ | 75.46 | 75.02 | 60.37 | - |
| YUV | 225.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 192 | 0 | 0.14 | 0.24 | 0.00 | 25.16 | 0.97 | 0.87 |
| Hex | FE | DA | C0 | 0 | E | 18 | 0 | 19 | 61 | 57 |
| Octal | 376 | 332 | 300 | 0 | 16 | 30 | 0 | 31 | 141 | 127 |
| Binary | 11111110 | 11011010 | 11000000 | 0 | 1110 | 11000 | 0 | 11001 | 1100001 | 1010111 |
Color Harmonies of #FEDAC0
Complementary color
Monochromatic Colors of #FEDAC0
Black with #FEDAC0
Text Example
Text Example
White with #FEDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAC0; }
p { color: rgb(254,218,192); }
H1.HeaderClassName
{
color: #FEDAC0;
}
.AnyTagClassName
{
color: #FEDAC0;
}
</style>
background-color css
<style>
a { background-color: #FEDAC0; }
a { background-color: rgb(254,218,192); }
div.DivClassName
{
background-color: #FEDAC0;
}
.BgClassName
{
background-color: #FEDAC0;
}
</style>
border-color css
<style>
span { border-color: #FEDAC0; }
span { border-color: rgb(254,218,192); }
td.TdClassName
{
border-color: #FEDAC0;
}
.TagClassName
{
border-color: #FEDAC0;
}
</style>