Shades of Karry #FEDAC5
Tints of Karry #FEDAC5
RGB
CMYK
RGB Variations
Color information
#FEDAC5 (or 0xFEDAC5) is known color: Karry. HEX triplet: FE, DA and C5. RGB value is (254,218,197). Sum of RGB (Red+Green+Blue) = 254+218+197=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAC5 is #01253A. Grayscale: #E2E2E2. Windows color (decimal): -75067 or 12966654. OLE color: 12966654.
HSL color Cylindrical-coordinate representation of color #FEDAC5: hue angle of 22.11º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEDAC5 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 197 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.00 |
| HSL | 22.11º | 0.97% | 0.88% | - |
| HSV(B) | 22.11º | 0.22% | 1% | - |
| XYZ | 76.02 | 75.24 | 63.34 | - |
| YUV | 226.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 197 | 0 | 0.14 | 0.22 | 0.00 | 22.11 | 0.97 | 0.88 |
| Hex | FE | DA | C5 | 0 | E | 16 | 0 | 16 | 61 | 58 |
| Octal | 376 | 332 | 305 | 0 | 16 | 26 | 0 | 26 | 141 | 130 |
| Binary | 11111110 | 11011010 | 11000101 | 0 | 1110 | 10110 | 0 | 10110 | 1100001 | 1011000 |
Color Harmonies of #FEDAC5
Complementary color
Monochromatic Colors of #FEDAC5
Black with #FEDAC5
Text Example
Text Example
White with #FEDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAC5; }
p { color: rgb(254,218,197); }
H1.HeaderClassName
{
color: #FEDAC5;
}
.AnyTagClassName
{
color: #FEDAC5;
}
</style>
background-color css
<style>
a { background-color: #FEDAC5; }
a { background-color: rgb(254,218,197); }
div.DivClassName
{
background-color: #FEDAC5;
}
.BgClassName
{
background-color: #FEDAC5;
}
</style>
border-color css
<style>
span { border-color: #FEDAC5; }
span { border-color: rgb(254,218,197); }
td.TdClassName
{
border-color: #FEDAC5;
}
.TagClassName
{
border-color: #FEDAC5;
}
</style>