Shades of Karry #FCDABE
Tints of Karry #FCDABE
RGB
CMYK
RGB Variations
Color information
#FCDABE (or 0xFCDABE) is known color: Karry. HEX triplet: FC, DA and BE. RGB value is (252,218,190). Sum of RGB (Red+Green+Blue) = 252+218+190=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDABE is #032541. Grayscale: #E1E1E1. Windows color (decimal): -206146 or 12507900. OLE color: 12507900.
HSL color Cylindrical-coordinate representation of color #FCDABE: hue angle of 27.1º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCDABE is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 190 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.01 |
| HSL | 27.1º | 0.91% | 0.87% | - |
| HSV(B) | 27.1º | 0.25% | 0.99% | - |
| XYZ | 74.51 | 74.56 | 59.18 | - |
| YUV | 224.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 190 | 0 | 0.13 | 0.25 | 0.01 | 27.1 | 0.91 | 0.87 |
| Hex | FC | DA | BE | 0 | D | 19 | 1 | 1B | 5B | 57 |
| Octal | 374 | 332 | 276 | 0 | 15 | 31 | 1 | 33 | 133 | 127 |
| Binary | 11111100 | 11011010 | 10111110 | 0 | 1101 | 11001 | 1 | 11011 | 1011011 | 1010111 |
Color Harmonies of #FCDABE
Complementary color
Monochromatic Colors of #FCDABE
Black with #FCDABE
Text Example
Text Example
White with #FCDABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDABE; }
p { color: rgb(252,218,190); }
H1.HeaderClassName
{
color: #FCDABE;
}
.AnyTagClassName
{
color: #FCDABE;
}
</style>
background-color css
<style>
a { background-color: #FCDABE; }
a { background-color: rgb(252,218,190); }
div.DivClassName
{
background-color: #FCDABE;
}
.BgClassName
{
background-color: #FCDABE;
}
</style>
border-color css
<style>
span { border-color: #FCDABE; }
span { border-color: rgb(252,218,190); }
td.TdClassName
{
border-color: #FCDABE;
}
.TagClassName
{
border-color: #FCDABE;
}
</style>