Shades of Karry #FCDBC6
Tints of Karry #FCDBC6
RGB
CMYK
RGB Variations
Color information
#FCDBC6 (or 0xFCDBC6) is known color: Karry. HEX triplet: FC, DB and C6. RGB value is (252,219,198). Sum of RGB (Red+Green+Blue) = 252+219+198=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 198 (77.73% from 255 or 29.60% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBC6 is #032439. Grayscale: #E2E2E2. Windows color (decimal): -205882 or 13032444. OLE color: 13032444.
HSL color Cylindrical-coordinate representation of color #FCDBC6: hue angle of 23.33º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCDBC6 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 198 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.01 |
| HSL | 23.33º | 0.9% | 0.88% | - |
| HSV(B) | 23.33º | 0.21% | 0.99% | - |
| XYZ | 75.67 | 75.44 | 64 | - |
| YUV | 226.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 198 | 0 | 0.13 | 0.21 | 0.01 | 23.33 | 0.9 | 0.88 |
| Hex | FC | DB | C6 | 0 | D | 15 | 1 | 17 | 5A | 58 |
| Octal | 374 | 333 | 306 | 0 | 15 | 25 | 1 | 27 | 132 | 130 |
| Binary | 11111100 | 11011011 | 11000110 | 0 | 1101 | 10101 | 1 | 10111 | 1011010 | 1011000 |
Color Harmonies of #FCDBC6
Complementary color
Monochromatic Colors of #FCDBC6
Black with #FCDBC6
Text Example
Text Example
White with #FCDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBC6; }
p { color: rgb(252,219,198); }
H1.HeaderClassName
{
color: #FCDBC6;
}
.AnyTagClassName
{
color: #FCDBC6;
}
</style>
background-color css
<style>
a { background-color: #FCDBC6; }
a { background-color: rgb(252,219,198); }
div.DivClassName
{
background-color: #FCDBC6;
}
.BgClassName
{
background-color: #FCDBC6;
}
</style>
border-color css
<style>
span { border-color: #FCDBC6; }
span { border-color: rgb(252,219,198); }
td.TdClassName
{
border-color: #FCDBC6;
}
.TagClassName
{
border-color: #FCDBC6;
}
</style>