Shades of Karry #FCDDC0
Tints of Karry #FCDDC0
RGB
CMYK
RGB Variations
Color information
#FCDDC0 (or 0xFCDDC0) is known color: Karry. HEX triplet: FC, DD and C0. RGB value is (252,221,192). Sum of RGB (Red+Green+Blue) = 252+221+192=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 192 (75.39% from 255 or 28.87% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDC0 is #03223F. Grayscale: #E3E3E3. Windows color (decimal): -205376 or 12639740. OLE color: 12639740.
HSL color Cylindrical-coordinate representation of color #FCDDC0: hue angle of 29º 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 #FCDDC0 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 192 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.01 |
| HSL | 29º | 0.91% | 0.87% | - |
| HSV(B) | 29º | 0.24% | 0.99% | - |
| XYZ | 75.52 | 76.21 | 60.6 | - |
| YUV | 226.96 | 108.27 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 192 | 0 | 0.12 | 0.24 | 0.01 | 29 | 0.91 | 0.87 |
| Hex | FC | DD | C0 | 0 | C | 18 | 1 | 1D | 5B | 57 |
| Octal | 374 | 335 | 300 | 0 | 14 | 30 | 1 | 35 | 133 | 127 |
| Binary | 11111100 | 11011101 | 11000000 | 0 | 1100 | 11000 | 1 | 11101 | 1011011 | 1010111 |
Color Harmonies of #FCDDC0
Complementary color
Monochromatic Colors of #FCDDC0
Black with #FCDDC0
Text Example
Text Example
White with #FCDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDC0; }
p { color: rgb(252,221,192); }
H1.HeaderClassName
{
color: #FCDDC0;
}
.AnyTagClassName
{
color: #FCDDC0;
}
</style>
background-color css
<style>
a { background-color: #FCDDC0; }
a { background-color: rgb(252,221,192); }
div.DivClassName
{
background-color: #FCDDC0;
}
.BgClassName
{
background-color: #FCDDC0;
}
</style>
border-color css
<style>
span { border-color: #FCDDC0; }
span { border-color: rgb(252,221,192); }
td.TdClassName
{
border-color: #FCDDC0;
}
.TagClassName
{
border-color: #FCDDC0;
}
</style>