Shades of Karry #FCD8C0
Tints of Karry #FCD8C0
RGB
CMYK
RGB Variations
Color information
#FCD8C0 (or 0xFCD8C0) is known color: Karry. HEX triplet: FC, D8 and C0. RGB value is (252,216,192). Sum of RGB (Red+Green+Blue) = 252+216+192=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 192 (75.39% from 255 or 29.09% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8C0 is #03273F. Grayscale: #E0E0E0. Windows color (decimal): -206656 or 12638460. OLE color: 12638460.
HSL color Cylindrical-coordinate representation of color #FCD8C0: hue angle of 24º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCD8C0 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 192 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.01 |
| HSL | 24º | 0.91% | 0.87% | - |
| HSV(B) | 24º | 0.24% | 0.99% | - |
| XYZ | 74.22 | 73.61 | 60.17 | - |
| YUV | 224.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 192 | 0 | 0.14 | 0.24 | 0.01 | 24 | 0.91 | 0.87 |
| Hex | FC | D8 | C0 | 0 | E | 18 | 1 | 18 | 5B | 57 |
| Octal | 374 | 330 | 300 | 0 | 16 | 30 | 1 | 30 | 133 | 127 |
| Binary | 11111100 | 11011000 | 11000000 | 0 | 1110 | 11000 | 1 | 11000 | 1011011 | 1010111 |
Color Harmonies of #FCD8C0
Complementary color
Monochromatic Colors of #FCD8C0
Black with #FCD8C0
Text Example
Text Example
White with #FCD8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8C0; }
p { color: rgb(252,216,192); }
H1.HeaderClassName
{
color: #FCD8C0;
}
.AnyTagClassName
{
color: #FCD8C0;
}
</style>
background-color css
<style>
a { background-color: #FCD8C0; }
a { background-color: rgb(252,216,192); }
div.DivClassName
{
background-color: #FCD8C0;
}
.BgClassName
{
background-color: #FCD8C0;
}
</style>
border-color css
<style>
span { border-color: #FCD8C0; }
span { border-color: rgb(252,216,192); }
td.TdClassName
{
border-color: #FCD8C0;
}
.TagClassName
{
border-color: #FCD8C0;
}
</style>