Shades of Karry #FCDCC4
Tints of Karry #FCDCC4
RGB
CMYK
RGB Variations
Color information
#FCDCC4 (or 0xFCDCC4) is known color: Karry. HEX triplet: FC, DC and C4. RGB value is (252,220,196). Sum of RGB (Red+Green+Blue) = 252+220+196=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCC4 is #03233B. Grayscale: #E2E2E2. Windows color (decimal): -205628 or 12901628. OLE color: 12901628.
HSL color Cylindrical-coordinate representation of color #FCDCC4: hue angle of 25.71º 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 #FCDCC4 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 196 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.01 |
| HSL | 25.71º | 0.9% | 0.88% | - |
| HSV(B) | 25.71º | 0.22% | 0.99% | - |
| XYZ | 75.7 | 75.87 | 62.88 | - |
| YUV | 226.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 196 | 0 | 0.13 | 0.22 | 0.01 | 25.71 | 0.9 | 0.88 |
| Hex | FC | DC | C4 | 0 | D | 16 | 1 | 1A | 5A | 58 |
| Octal | 374 | 334 | 304 | 0 | 15 | 26 | 1 | 32 | 132 | 130 |
| Binary | 11111100 | 11011100 | 11000100 | 0 | 1101 | 10110 | 1 | 11010 | 1011010 | 1011000 |
Color Harmonies of #FCDCC4
Complementary color
Monochromatic Colors of #FCDCC4
Black with #FCDCC4
Text Example
Text Example
White with #FCDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCC4; }
p { color: rgb(252,220,196); }
H1.HeaderClassName
{
color: #FCDCC4;
}
.AnyTagClassName
{
color: #FCDCC4;
}
</style>
background-color css
<style>
a { background-color: #FCDCC4; }
a { background-color: rgb(252,220,196); }
div.DivClassName
{
background-color: #FCDCC4;
}
.BgClassName
{
background-color: #FCDCC4;
}
</style>
border-color css
<style>
span { border-color: #FCDCC4; }
span { border-color: rgb(252,220,196); }
td.TdClassName
{
border-color: #FCDCC4;
}
.TagClassName
{
border-color: #FCDCC4;
}
</style>