Shades of Karry #FEDEC7
Tints of Karry #FEDEC7
RGB
CMYK
RGB Variations
Color information
#FEDEC7 (or 0xFEDEC7) is known color: Karry. HEX triplet: FE, DE and C7. RGB value is (254,222,199). Sum of RGB (Red+Green+Blue) = 254+222+199=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 199 (78.12% from 255 or 29.48% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEC7 is #012138. Grayscale: #E5E5E5. Windows color (decimal): -74041 or 13098750. OLE color: 13098750.
HSL color Cylindrical-coordinate representation of color #FEDEC7: hue angle of 25.09º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEDEC7 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 222 | 199 | - |
CMYK | 0 | 0.13 | 0.22 | 0.00 |
HSL | 25.09º | 0.96% | 0.89% | - |
HSV(B) | 25.09º | 0.22% | 1% | - |
XYZ | 77.3 | 77.44 | 64.91 | - |
YUV | 228.95 | 111.1 | 145.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 222 | 199 | 0 | 0.13 | 0.22 | 0.00 | 25.09 | 0.96 | 0.89 |
Hex | FE | DE | C7 | 0 | D | 16 | 0 | 19 | 60 | 59 |
Octal | 376 | 336 | 307 | 0 | 15 | 26 | 0 | 31 | 140 | 131 |
Binary | 11111110 | 11011110 | 11000111 | 0 | 1101 | 10110 | 0 | 11001 | 1100000 | 1011001 |
Color Harmonies of #FEDEC7
Complementary color
Monochromatic Colors of #FEDEC7
Black with #FEDEC7
Text Example
Text Example
White with #FEDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEC7; }
p { color: rgb(254,222,199); }
H1.HeaderClassName
{
color: #FEDEC7;
}
.AnyTagClassName
{
color: #FEDEC7;
}
</style>
background-color css
<style>
a { background-color: #FEDEC7; }
a { background-color: rgb(254,222,199); }
div.DivClassName
{
background-color: #FEDEC7;
}
.BgClassName
{
background-color: #FEDEC7;
}
</style>
border-color css
<style>
span { border-color: #FEDEC7; }
span { border-color: rgb(254,222,199); }
td.TdClassName
{
border-color: #FEDEC7;
}
.TagClassName
{
border-color: #FEDEC7;
}
</style>