Shades of Karry #FCDBC3
Tints of Karry #FCDBC3
RGB
CMYK
RGB Variations
Color information
#FCDBC3 (or 0xFCDBC3) is known color: Karry. HEX triplet: FC, DB and C3. RGB value is (252,219,195). Sum of RGB (Red+Green+Blue) = 252+219+195=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 195 (76.56% from 255 or 29.28% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBC3 is #03243C. Grayscale: #E2E2E2. Windows color (decimal): -205885 or 12835836. OLE color: 12835836.
HSL color Cylindrical-coordinate representation of color #FCDBC3: hue angle of 25.26º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCDBC3 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 195 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.01 |
| HSL | 25.26º | 0.9% | 0.88% | - |
| HSV(B) | 25.26º | 0.23% | 0.99% | - |
| XYZ | 75.33 | 75.3 | 62.19 | - |
| YUV | 226.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 195 | 0 | 0.13 | 0.23 | 0.01 | 25.26 | 0.9 | 0.88 |
| Hex | FC | DB | C3 | 0 | D | 17 | 1 | 19 | 5A | 58 |
| Octal | 374 | 333 | 303 | 0 | 15 | 27 | 1 | 31 | 132 | 130 |
| Binary | 11111100 | 11011011 | 11000011 | 0 | 1101 | 10111 | 1 | 11001 | 1011010 | 1011000 |
Color Harmonies of #FCDBC3
Complementary color
Monochromatic Colors of #FCDBC3
Black with #FCDBC3
Text Example
Text Example
White with #FCDBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBC3; }
p { color: rgb(252,219,195); }
H1.HeaderClassName
{
color: #FCDBC3;
}
.AnyTagClassName
{
color: #FCDBC3;
}
</style>
background-color css
<style>
a { background-color: #FCDBC3; }
a { background-color: rgb(252,219,195); }
div.DivClassName
{
background-color: #FCDBC3;
}
.BgClassName
{
background-color: #FCDBC3;
}
</style>
border-color css
<style>
span { border-color: #FCDBC3; }
span { border-color: rgb(252,219,195); }
td.TdClassName
{
border-color: #FCDBC3;
}
.TagClassName
{
border-color: #FCDBC3;
}
</style>