Shades of Karry #FEDAC1
Tints of Karry #FEDAC1
RGB
CMYK
RGB Variations
Color information
#FEDAC1 (or 0xFEDAC1) is known color: Karry. HEX triplet: FE, DA and C1. RGB value is (254,218,193). Sum of RGB (Red+Green+Blue) = 254+218+193=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAC1 is #01253E. Grayscale: #E2E2E2. Windows color (decimal): -75071 or 12704510. OLE color: 12704510.
HSL color Cylindrical-coordinate representation of color #FEDAC1: hue angle of 24.59º 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 #FEDAC1 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 193 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.00 |
| HSL | 24.59º | 0.97% | 0.88% | - |
| HSV(B) | 24.59º | 0.24% | 1% | - |
| XYZ | 75.57 | 75.06 | 60.96 | - |
| YUV | 225.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 193 | 0 | 0.14 | 0.24 | 0.00 | 24.59 | 0.97 | 0.88 |
| Hex | FE | DA | C1 | 0 | E | 18 | 0 | 19 | 61 | 58 |
| Octal | 376 | 332 | 301 | 0 | 16 | 30 | 0 | 31 | 141 | 130 |
| Binary | 11111110 | 11011010 | 11000001 | 0 | 1110 | 11000 | 0 | 11001 | 1100001 | 1011000 |
Color Harmonies of #FEDAC1
Complementary color
Monochromatic Colors of #FEDAC1
Black with #FEDAC1
Text Example
Text Example
White with #FEDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAC1; }
p { color: rgb(254,218,193); }
H1.HeaderClassName
{
color: #FEDAC1;
}
.AnyTagClassName
{
color: #FEDAC1;
}
</style>
background-color css
<style>
a { background-color: #FEDAC1; }
a { background-color: rgb(254,218,193); }
div.DivClassName
{
background-color: #FEDAC1;
}
.BgClassName
{
background-color: #FEDAC1;
}
</style>
border-color css
<style>
span { border-color: #FEDAC1; }
span { border-color: rgb(254,218,193); }
td.TdClassName
{
border-color: #FEDAC1;
}
.TagClassName
{
border-color: #FEDAC1;
}
</style>