Shades of Karry #FCDCC1
Tints of Karry #FCDCC1
RGB
CMYK
RGB Variations
Color information
#FCDCC1 (or 0xFCDCC1) is known color: Karry. HEX triplet: FC, DC and C1. RGB value is (252,220,193). Sum of RGB (Red+Green+Blue) = 252+220+193=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCC1 is #03233E. Grayscale: #E2E2E2. Windows color (decimal): -205631 or 12705020. OLE color: 12705020.
HSL color Cylindrical-coordinate representation of color #FCDCC1: hue angle of 27.46º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCDCC1 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 193 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.01 |
| HSL | 27.46º | 0.91% | 0.87% | - |
| HSV(B) | 27.46º | 0.23% | 0.99% | - |
| XYZ | 75.36 | 75.73 | 61.1 | - |
| YUV | 226.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 193 | 0 | 0.13 | 0.23 | 0.01 | 27.46 | 0.91 | 0.87 |
| Hex | FC | DC | C1 | 0 | D | 17 | 1 | 1B | 5B | 57 |
| Octal | 374 | 334 | 301 | 0 | 15 | 27 | 1 | 33 | 133 | 127 |
| Binary | 11111100 | 11011100 | 11000001 | 0 | 1101 | 10111 | 1 | 11011 | 1011011 | 1010111 |
Color Harmonies of #FCDCC1
Complementary color
Monochromatic Colors of #FCDCC1
Black with #FCDCC1
Text Example
Text Example
White with #FCDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCC1; }
p { color: rgb(252,220,193); }
H1.HeaderClassName
{
color: #FCDCC1;
}
.AnyTagClassName
{
color: #FCDCC1;
}
</style>
background-color css
<style>
a { background-color: #FCDCC1; }
a { background-color: rgb(252,220,193); }
div.DivClassName
{
background-color: #FCDCC1;
}
.BgClassName
{
background-color: #FCDCC1;
}
</style>
border-color css
<style>
span { border-color: #FCDCC1; }
span { border-color: rgb(252,220,193); }
td.TdClassName
{
border-color: #FCDCC1;
}
.TagClassName
{
border-color: #FCDCC1;
}
</style>