Shades of Karry #FCDEC5
Tints of Karry #FCDEC5
RGB
CMYK
RGB Variations
Color information
#FCDEC5 (or 0xFCDEC5) is known color: Karry. HEX triplet: FC, DE and C5. RGB value is (252,222,197). Sum of RGB (Red+Green+Blue) = 252+222+197=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 197 (77.34% from 255 or 29.36% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEC5 is #03213A. Grayscale: #E4E4E4. Windows color (decimal): -205115 or 12967676. OLE color: 12967676.
HSL color Cylindrical-coordinate representation of color #FCDEC5: hue angle of 27.27º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCDEC5 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 222 | 197 | - |
CMYK | 0 | 0.12 | 0.22 | 0.01 |
HSL | 27.27º | 0.9% | 0.88% | - |
HSV(B) | 27.27º | 0.22% | 0.99% | - |
XYZ | 76.34 | 76.97 | 63.66 | - |
YUV | 228.12 | 110.44 | 145.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 222 | 197 | 0 | 0.12 | 0.22 | 0.01 | 27.27 | 0.9 | 0.88 |
Hex | FC | DE | C5 | 0 | C | 16 | 1 | 1B | 5A | 58 |
Octal | 374 | 336 | 305 | 0 | 14 | 26 | 1 | 33 | 132 | 130 |
Binary | 11111100 | 11011110 | 11000101 | 0 | 1100 | 10110 | 1 | 11011 | 1011010 | 1011000 |
Color Harmonies of #FCDEC5
Complementary color
Monochromatic Colors of #FCDEC5
Black with #FCDEC5
Text Example
Text Example
White with #FCDEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEC5; }
p { color: rgb(252,222,197); }
H1.HeaderClassName
{
color: #FCDEC5;
}
.AnyTagClassName
{
color: #FCDEC5;
}
</style>
background-color css
<style>
a { background-color: #FCDEC5; }
a { background-color: rgb(252,222,197); }
div.DivClassName
{
background-color: #FCDEC5;
}
.BgClassName
{
background-color: #FCDEC5;
}
</style>
border-color css
<style>
span { border-color: #FCDEC5; }
span { border-color: rgb(252,222,197); }
td.TdClassName
{
border-color: #FCDEC5;
}
.TagClassName
{
border-color: #FCDEC5;
}
</style>