Shades of Karry #FEDEC6
Tints of Karry #FEDEC6
RGB
CMYK
RGB Variations
Color information
#FEDEC6 (or 0xFEDEC6) is known color: Karry. HEX triplet: FE, DE and C6. RGB value is (254,222,198). Sum of RGB (Red+Green+Blue) = 254+222+198=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 198 (77.73% from 255 or 29.38% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEC6 is #012139. Grayscale: #E4E4E4. Windows color (decimal): -74042 or 13033214. OLE color: 13033214.
HSL color Cylindrical-coordinate representation of color #FEDEC6: hue angle of 25.71º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEDEC6 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 222 | 198 | - |
CMYK | 0 | 0.13 | 0.22 | 0.00 |
HSL | 25.71º | 0.97% | 0.89% | - |
HSV(B) | 25.71º | 0.22% | 1% | - |
XYZ | 77.19 | 77.39 | 64.3 | - |
YUV | 228.83 | 110.6 | 145.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 222 | 198 | 0 | 0.13 | 0.22 | 0.00 | 25.71 | 0.97 | 0.89 |
Hex | FE | DE | C6 | 0 | D | 16 | 0 | 1A | 61 | 59 |
Octal | 376 | 336 | 306 | 0 | 15 | 26 | 0 | 32 | 141 | 131 |
Binary | 11111110 | 11011110 | 11000110 | 0 | 1101 | 10110 | 0 | 11010 | 1100001 | 1011001 |
Color Harmonies of #FEDEC6
Complementary color
Monochromatic Colors of #FEDEC6
Black with #FEDEC6
Text Example
Text Example
White with #FEDEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEC6; }
p { color: rgb(254,222,198); }
H1.HeaderClassName
{
color: #FEDEC6;
}
.AnyTagClassName
{
color: #FEDEC6;
}
</style>
background-color css
<style>
a { background-color: #FEDEC6; }
a { background-color: rgb(254,222,198); }
div.DivClassName
{
background-color: #FEDEC6;
}
.BgClassName
{
background-color: #FEDEC6;
}
</style>
border-color css
<style>
span { border-color: #FEDEC6; }
span { border-color: rgb(254,222,198); }
td.TdClassName
{
border-color: #FEDEC6;
}
.TagClassName
{
border-color: #FEDEC6;
}
</style>