Shades of Karry #FCD8BF
Tints of Karry #FCD8BF
RGB
CMYK
RGB Variations
Color information
#FCD8BF (or 0xFCD8BF) is known color: Karry. HEX triplet: FC, D8 and BF. RGB value is (252,216,191). Sum of RGB (Red+Green+Blue) = 252+216+191=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8BF is #032740. Grayscale: #E0E0E0. Windows color (decimal): -206657 or 12572924. OLE color: 12572924.
HSL color Cylindrical-coordinate representation of color #FCD8BF: hue angle of 24.59º 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 #FCD8BF is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 191 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.01 |
| HSL | 24.59º | 0.91% | 0.87% | - |
| HSV(B) | 24.59º | 0.24% | 0.99% | - |
| XYZ | 74.1 | 73.57 | 59.58 | - |
| YUV | 223.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 191 | 0 | 0.14 | 0.24 | 0.01 | 24.59 | 0.91 | 0.87 |
| Hex | FC | D8 | BF | 0 | E | 18 | 1 | 19 | 5B | 57 |
| Octal | 374 | 330 | 277 | 0 | 16 | 30 | 1 | 31 | 133 | 127 |
| Binary | 11111100 | 11011000 | 10111111 | 0 | 1110 | 11000 | 1 | 11001 | 1011011 | 1010111 |
Color Harmonies of #FCD8BF
Complementary color
Monochromatic Colors of #FCD8BF
Black with #FCD8BF
Text Example
Text Example
White with #FCD8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8BF; }
p { color: rgb(252,216,191); }
H1.HeaderClassName
{
color: #FCD8BF;
}
.AnyTagClassName
{
color: #FCD8BF;
}
</style>
background-color css
<style>
a { background-color: #FCD8BF; }
a { background-color: rgb(252,216,191); }
div.DivClassName
{
background-color: #FCD8BF;
}
.BgClassName
{
background-color: #FCD8BF;
}
</style>
border-color css
<style>
span { border-color: #FCD8BF; }
span { border-color: rgb(252,216,191); }
td.TdClassName
{
border-color: #FCD8BF;
}
.TagClassName
{
border-color: #FCD8BF;
}
</style>