Shades of Karry #FEDAC2
Tints of Karry #FEDAC2
RGB
CMYK
RGB Variations
Color information
#FEDAC2 (or 0xFEDAC2) is known color: Karry. HEX triplet: FE, DA and C2. RGB value is (254,218,194). Sum of RGB (Red+Green+Blue) = 254+218+194=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAC2 is #01253D. Grayscale: #E2E2E2. Windows color (decimal): -75070 or 12770046. OLE color: 12770046.
HSL color Cylindrical-coordinate representation of color #FEDAC2: hue angle of 24º 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 #FEDAC2 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 194 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.00 |
| HSL | 24º | 0.97% | 0.88% | - |
| HSV(B) | 24º | 0.24% | 1% | - |
| XYZ | 75.68 | 75.11 | 61.55 | - |
| YUV | 226.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 194 | 0 | 0.14 | 0.24 | 0.00 | 24 | 0.97 | 0.88 |
| Hex | FE | DA | C2 | 0 | E | 18 | 0 | 18 | 61 | 58 |
| Octal | 376 | 332 | 302 | 0 | 16 | 30 | 0 | 30 | 141 | 130 |
| Binary | 11111110 | 11011010 | 11000010 | 0 | 1110 | 11000 | 0 | 11000 | 1100001 | 1011000 |
Color Harmonies of #FEDAC2
Complementary color
Monochromatic Colors of #FEDAC2
Black with #FEDAC2
Text Example
Text Example
White with #FEDAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAC2; }
p { color: rgb(254,218,194); }
H1.HeaderClassName
{
color: #FEDAC2;
}
.AnyTagClassName
{
color: #FEDAC2;
}
</style>
background-color css
<style>
a { background-color: #FEDAC2; }
a { background-color: rgb(254,218,194); }
div.DivClassName
{
background-color: #FEDAC2;
}
.BgClassName
{
background-color: #FEDAC2;
}
</style>
border-color css
<style>
span { border-color: #FEDAC2; }
span { border-color: rgb(254,218,194); }
td.TdClassName
{
border-color: #FEDAC2;
}
.TagClassName
{
border-color: #FEDAC2;
}
</style>