Shades of Karry #FCDCC5
Tints of Karry #FCDCC5
RGB
CMYK
RGB Variations
Color information
#FCDCC5 (or 0xFCDCC5) is known color: Karry. HEX triplet: FC, DC and C5. RGB value is (252,220,197). Sum of RGB (Red+Green+Blue) = 252+220+197=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCC5 is #03233A. Grayscale: #E3E3E3. Windows color (decimal): -205627 or 12967164. OLE color: 12967164.
HSL color Cylindrical-coordinate representation of color #FCDCC5: hue angle of 25.09º 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 #FCDCC5 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 197 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.01 |
| HSL | 25.09º | 0.9% | 0.88% | - |
| HSV(B) | 25.09º | 0.22% | 0.99% | - |
| XYZ | 75.82 | 75.91 | 63.48 | - |
| YUV | 226.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 197 | 0 | 0.13 | 0.22 | 0.01 | 25.09 | 0.9 | 0.88 |
| Hex | FC | DC | C5 | 0 | D | 16 | 1 | 19 | 5A | 58 |
| Octal | 374 | 334 | 305 | 0 | 15 | 26 | 1 | 31 | 132 | 130 |
| Binary | 11111100 | 11011100 | 11000101 | 0 | 1101 | 10110 | 1 | 11001 | 1011010 | 1011000 |
Color Harmonies of #FCDCC5
Complementary color
Monochromatic Colors of #FCDCC5
Black with #FCDCC5
Text Example
Text Example
White with #FCDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCC5; }
p { color: rgb(252,220,197); }
H1.HeaderClassName
{
color: #FCDCC5;
}
.AnyTagClassName
{
color: #FCDCC5;
}
</style>
background-color css
<style>
a { background-color: #FCDCC5; }
a { background-color: rgb(252,220,197); }
div.DivClassName
{
background-color: #FCDCC5;
}
.BgClassName
{
background-color: #FCDCC5;
}
</style>
border-color css
<style>
span { border-color: #FCDCC5; }
span { border-color: rgb(252,220,197); }
td.TdClassName
{
border-color: #FCDCC5;
}
.TagClassName
{
border-color: #FCDCC5;
}
</style>