Shades of Karry #FEDEC4
Tints of Karry #FEDEC4
RGB
CMYK
RGB Variations
Color information
#FEDEC4 (or 0xFEDEC4) is known color: Karry. HEX triplet: FE, DE and C4. RGB value is (254,222,196). Sum of RGB (Red+Green+Blue) = 254+222+196=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 196 (76.95% from 255 or 29.17% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEC4 is #01213B. Grayscale: #E4E4E4. Windows color (decimal): -74044 or 12902142. OLE color: 12902142.
HSL color Cylindrical-coordinate representation of color #FEDEC4: hue angle of 26.9º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEDEC4 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 196 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.00 |
| HSL | 26.9º | 0.97% | 0.88% | - |
| HSV(B) | 26.9º | 0.23% | 1% | - |
| XYZ | 76.96 | 77.3 | 63.09 | - |
| YUV | 228.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 196 | 0 | 0.13 | 0.23 | 0.00 | 26.9 | 0.97 | 0.88 |
| Hex | FE | DE | C4 | 0 | D | 17 | 0 | 1B | 61 | 58 |
| Octal | 376 | 336 | 304 | 0 | 15 | 27 | 0 | 33 | 141 | 130 |
| Binary | 11111110 | 11011110 | 11000100 | 0 | 1101 | 10111 | 0 | 11011 | 1100001 | 1011000 |
Color Harmonies of #FEDEC4
Complementary color
Monochromatic Colors of #FEDEC4
Black with #FEDEC4
Text Example
Text Example
White with #FEDEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEC4; }
p { color: rgb(254,222,196); }
H1.HeaderClassName
{
color: #FEDEC4;
}
.AnyTagClassName
{
color: #FEDEC4;
}
</style>
background-color css
<style>
a { background-color: #FEDEC4; }
a { background-color: rgb(254,222,196); }
div.DivClassName
{
background-color: #FEDEC4;
}
.BgClassName
{
background-color: #FEDEC4;
}
</style>
border-color css
<style>
span { border-color: #FEDEC4; }
span { border-color: rgb(254,222,196); }
td.TdClassName
{
border-color: #FEDEC4;
}
.TagClassName
{
border-color: #FEDEC4;
}
</style>