Shades of Karry #FEDEC1
Tints of Karry #FEDEC1
RGB
CMYK
RGB Variations
Color information
#FEDEC1 (or 0xFEDEC1) is known color: Karry. HEX triplet: FE, DE and C1. RGB value is (254,222,193). Sum of RGB (Red+Green+Blue) = 254+222+193=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 193 (75.78% from 255 or 28.85% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEC1 is #01213E. Grayscale: #E4E4E4. Windows color (decimal): -74047 or 12705534. OLE color: 12705534.
HSL color Cylindrical-coordinate representation of color #FEDEC1: hue angle of 28.52º 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 #FEDEC1 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 193 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.00 |
| HSL | 28.52º | 0.97% | 0.88% | - |
| HSV(B) | 28.52º | 0.24% | 1% | - |
| XYZ | 76.62 | 77.16 | 61.31 | - |
| YUV | 228.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 193 | 0 | 0.13 | 0.24 | 0.00 | 28.52 | 0.97 | 0.88 |
| Hex | FE | DE | C1 | 0 | D | 18 | 0 | 1D | 61 | 58 |
| Octal | 376 | 336 | 301 | 0 | 15 | 30 | 0 | 35 | 141 | 130 |
| Binary | 11111110 | 11011110 | 11000001 | 0 | 1101 | 11000 | 0 | 11101 | 1100001 | 1011000 |
Color Harmonies of #FEDEC1
Complementary color
Monochromatic Colors of #FEDEC1
Black with #FEDEC1
Text Example
Text Example
White with #FEDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEC1; }
p { color: rgb(254,222,193); }
H1.HeaderClassName
{
color: #FEDEC1;
}
.AnyTagClassName
{
color: #FEDEC1;
}
</style>
background-color css
<style>
a { background-color: #FEDEC1; }
a { background-color: rgb(254,222,193); }
div.DivClassName
{
background-color: #FEDEC1;
}
.BgClassName
{
background-color: #FEDEC1;
}
</style>
border-color css
<style>
span { border-color: #FEDEC1; }
span { border-color: rgb(254,222,193); }
td.TdClassName
{
border-color: #FEDEC1;
}
.TagClassName
{
border-color: #FEDEC1;
}
</style>