Shades of Karry #FCDAC0
Tints of Karry #FCDAC0
RGB
CMYK
RGB Variations
Color information
#FCDAC0 (or 0xFCDAC0) is known color: Karry. HEX triplet: FC, DA and C0. RGB value is (252,218,192). Sum of RGB (Red+Green+Blue) = 252+218+192=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAC0 is #03253F. Grayscale: #E1E1E1. Windows color (decimal): -206144 or 12638972. OLE color: 12638972.
HSL color Cylindrical-coordinate representation of color #FCDAC0: hue angle of 26º 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 #FCDAC0 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 192 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.01 |
| HSL | 26º | 0.91% | 0.87% | - |
| HSV(B) | 26º | 0.24% | 0.99% | - |
| XYZ | 74.73 | 74.64 | 60.34 | - |
| YUV | 225.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 192 | 0 | 0.13 | 0.24 | 0.01 | 26 | 0.91 | 0.87 |
| Hex | FC | DA | C0 | 0 | D | 18 | 1 | 1A | 5B | 57 |
| Octal | 374 | 332 | 300 | 0 | 15 | 30 | 1 | 32 | 133 | 127 |
| Binary | 11111100 | 11011010 | 11000000 | 0 | 1101 | 11000 | 1 | 11010 | 1011011 | 1010111 |
Color Harmonies of #FCDAC0
Complementary color
Monochromatic Colors of #FCDAC0
Black with #FCDAC0
Text Example
Text Example
White with #FCDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAC0; }
p { color: rgb(252,218,192); }
H1.HeaderClassName
{
color: #FCDAC0;
}
.AnyTagClassName
{
color: #FCDAC0;
}
</style>
background-color css
<style>
a { background-color: #FCDAC0; }
a { background-color: rgb(252,218,192); }
div.DivClassName
{
background-color: #FCDAC0;
}
.BgClassName
{
background-color: #FCDAC0;
}
</style>
border-color css
<style>
span { border-color: #FCDAC0; }
span { border-color: rgb(252,218,192); }
td.TdClassName
{
border-color: #FCDAC0;
}
.TagClassName
{
border-color: #FCDAC0;
}
</style>