Shades of Karry #FCDEC7
Tints of Karry #FCDEC7
RGB
CMYK
RGB Variations
Color information
#FCDEC7 (or 0xFCDEC7) is known color: Karry. HEX triplet: FC, DE and C7. RGB value is (252,222,199). Sum of RGB (Red+Green+Blue) = 252+222+199=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 199 (78.12% from 255 or 29.57% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEC7 is #032138. Grayscale: #E4E4E4. Windows color (decimal): -205113 or 13098748. OLE color: 13098748.
HSL color Cylindrical-coordinate representation of color #FCDEC7: hue angle of 26.04º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCDEC7 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 199 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.01 |
| HSL | 26.04º | 0.9% | 0.88% | - |
| HSV(B) | 26.04º | 0.21% | 0.99% | - |
| XYZ | 76.57 | 77.06 | 64.87 | - |
| YUV | 228.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 199 | 0 | 0.12 | 0.21 | 0.01 | 26.04 | 0.9 | 0.88 |
| Hex | FC | DE | C7 | 0 | C | 15 | 1 | 1A | 5A | 58 |
| Octal | 374 | 336 | 307 | 0 | 14 | 25 | 1 | 32 | 132 | 130 |
| Binary | 11111100 | 11011110 | 11000111 | 0 | 1100 | 10101 | 1 | 11010 | 1011010 | 1011000 |
Color Harmonies of #FCDEC7
Complementary color
Monochromatic Colors of #FCDEC7
Black with #FCDEC7
Text Example
Text Example
White with #FCDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEC7; }
p { color: rgb(252,222,199); }
H1.HeaderClassName
{
color: #FCDEC7;
}
.AnyTagClassName
{
color: #FCDEC7;
}
</style>
background-color css
<style>
a { background-color: #FCDEC7; }
a { background-color: rgb(252,222,199); }
div.DivClassName
{
background-color: #FCDEC7;
}
.BgClassName
{
background-color: #FCDEC7;
}
</style>
border-color css
<style>
span { border-color: #FCDEC7; }
span { border-color: rgb(252,222,199); }
td.TdClassName
{
border-color: #FCDEC7;
}
.TagClassName
{
border-color: #FCDEC7;
}
</style>