Shades of Karry #FCDAC5
Tints of Karry #FCDAC5
RGB
CMYK
RGB Variations
Color information
#FCDAC5 (or 0xFCDAC5) is known color: Karry. HEX triplet: FC, DA and C5. RGB value is (252,218,197). Sum of RGB (Red+Green+Blue) = 252+218+197=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 197 (77.34% from 255 or 29.54% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAC5 is #03253A. Grayscale: #E1E1E1. Windows color (decimal): -206139 or 12966652. OLE color: 12966652.
HSL color Cylindrical-coordinate representation of color #FCDAC5: hue angle of 22.91º 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 #FCDAC5 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 197 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.01 |
| HSL | 22.91º | 0.9% | 0.88% | - |
| HSV(B) | 22.91º | 0.22% | 0.99% | - |
| XYZ | 75.29 | 74.87 | 63.31 | - |
| YUV | 225.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 197 | 0 | 0.13 | 0.22 | 0.01 | 22.91 | 0.9 | 0.88 |
| Hex | FC | DA | C5 | 0 | D | 16 | 1 | 17 | 5A | 58 |
| Octal | 374 | 332 | 305 | 0 | 15 | 26 | 1 | 27 | 132 | 130 |
| Binary | 11111100 | 11011010 | 11000101 | 0 | 1101 | 10110 | 1 | 10111 | 1011010 | 1011000 |
Color Harmonies of #FCDAC5
Complementary color
Monochromatic Colors of #FCDAC5
Black with #FCDAC5
Text Example
Text Example
White with #FCDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAC5; }
p { color: rgb(252,218,197); }
H1.HeaderClassName
{
color: #FCDAC5;
}
.AnyTagClassName
{
color: #FCDAC5;
}
</style>
background-color css
<style>
a { background-color: #FCDAC5; }
a { background-color: rgb(252,218,197); }
div.DivClassName
{
background-color: #FCDAC5;
}
.BgClassName
{
background-color: #FCDAC5;
}
</style>
border-color css
<style>
span { border-color: #FCDAC5; }
span { border-color: rgb(252,218,197); }
td.TdClassName
{
border-color: #FCDAC5;
}
.TagClassName
{
border-color: #FCDAC5;
}
</style>