Shades of Karry #FCDCC8
Tints of Karry #FCDCC8
RGB
CMYK
RGB Variations
Color information
#FCDCC8 (or 0xFCDCC8) is known color: Karry. HEX triplet: FC, DC and C8. RGB value is (252,220,200). Sum of RGB (Red+Green+Blue) = 252+220+200=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCC8 is #032337. Grayscale: #E3E3E3. Windows color (decimal): -205624 or 13163772. OLE color: 13163772.
HSL color Cylindrical-coordinate representation of color #FCDCC8: hue angle of 23.08º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCDCC8 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 200 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.01 |
| HSL | 23.08º | 0.9% | 0.89% | - |
| HSV(B) | 23.08º | 0.21% | 0.99% | - |
| XYZ | 76.16 | 76.05 | 65.31 | - |
| YUV | 227.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 200 | 0 | 0.13 | 0.21 | 0.01 | 23.08 | 0.9 | 0.89 |
| Hex | FC | DC | C8 | 0 | D | 15 | 1 | 17 | 5A | 59 |
| Octal | 374 | 334 | 310 | 0 | 15 | 25 | 1 | 27 | 132 | 131 |
| Binary | 11111100 | 11011100 | 11001000 | 0 | 1101 | 10101 | 1 | 10111 | 1011010 | 1011001 |
Color Harmonies of #FCDCC8
Complementary color
Monochromatic Colors of #FCDCC8
Black with #FCDCC8
Text Example
Text Example
White with #FCDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCC8; }
p { color: rgb(252,220,200); }
H1.HeaderClassName
{
color: #FCDCC8;
}
.AnyTagClassName
{
color: #FCDCC8;
}
</style>
background-color css
<style>
a { background-color: #FCDCC8; }
a { background-color: rgb(252,220,200); }
div.DivClassName
{
background-color: #FCDCC8;
}
.BgClassName
{
background-color: #FCDCC8;
}
</style>
border-color css
<style>
span { border-color: #FCDCC8; }
span { border-color: rgb(252,220,200); }
td.TdClassName
{
border-color: #FCDCC8;
}
.TagClassName
{
border-color: #FCDCC8;
}
</style>