Shades of Karry #FEDAC7
Tints of Karry #FEDAC7
RGB
CMYK
RGB Variations
Color information
#FEDAC7 (or 0xFEDAC7) is known color: Karry. HEX triplet: FE, DA and C7. RGB value is (254,218,199). Sum of RGB (Red+Green+Blue) = 254+218+199=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 199 (78.12% from 255 or 29.66% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAC7 is #012538. Grayscale: #E2E2E2. Windows color (decimal): -75065 or 13097726. OLE color: 13097726.
HSL color Cylindrical-coordinate representation of color #FEDAC7: hue angle of 20.73º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEDAC7 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 199 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.00 |
| HSL | 20.73º | 0.96% | 0.89% | - |
| HSV(B) | 20.73º | 0.22% | 1% | - |
| XYZ | 76.25 | 75.34 | 64.56 | - |
| YUV | 226.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 199 | 0 | 0.14 | 0.22 | 0.00 | 20.73 | 0.96 | 0.89 |
| Hex | FE | DA | C7 | 0 | E | 16 | 0 | 15 | 60 | 59 |
| Octal | 376 | 332 | 307 | 0 | 16 | 26 | 0 | 25 | 140 | 131 |
| Binary | 11111110 | 11011010 | 11000111 | 0 | 1110 | 10110 | 0 | 10101 | 1100000 | 1011001 |
Color Harmonies of #FEDAC7
Complementary color
Monochromatic Colors of #FEDAC7
Black with #FEDAC7
Text Example
Text Example
White with #FEDAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAC7; }
p { color: rgb(254,218,199); }
H1.HeaderClassName
{
color: #FEDAC7;
}
.AnyTagClassName
{
color: #FEDAC7;
}
</style>
background-color css
<style>
a { background-color: #FEDAC7; }
a { background-color: rgb(254,218,199); }
div.DivClassName
{
background-color: #FEDAC7;
}
.BgClassName
{
background-color: #FEDAC7;
}
</style>
border-color css
<style>
span { border-color: #FEDAC7; }
span { border-color: rgb(254,218,199); }
td.TdClassName
{
border-color: #FEDAC7;
}
.TagClassName
{
border-color: #FEDAC7;
}
</style>