Shades of Karry #FCDDBF
Tints of Karry #FCDDBF
RGB
CMYK
RGB Variations
Color information
#FCDDBF (or 0xFCDDBF) is known color: Karry. HEX triplet: FC, DD and BF. RGB value is (252,221,191). Sum of RGB (Red+Green+Blue) = 252+221+191=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDBF is #032240. Grayscale: #E2E2E2. Windows color (decimal): -205377 or 12574204. OLE color: 12574204.
HSL color Cylindrical-coordinate representation of color #FCDDBF: hue angle of 29.51º 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 #FCDDBF is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 191 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.01 |
| HSL | 29.51º | 0.91% | 0.87% | - |
| HSV(B) | 29.51º | 0.24% | 0.99% | - |
| XYZ | 75.41 | 76.17 | 60.02 | - |
| YUV | 226.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 191 | 0 | 0.12 | 0.24 | 0.01 | 29.51 | 0.91 | 0.87 |
| Hex | FC | DD | BF | 0 | C | 18 | 1 | 1E | 5B | 57 |
| Octal | 374 | 335 | 277 | 0 | 14 | 30 | 1 | 36 | 133 | 127 |
| Binary | 11111100 | 11011101 | 10111111 | 0 | 1100 | 11000 | 1 | 11110 | 1011011 | 1010111 |
Color Harmonies of #FCDDBF
Complementary color
Monochromatic Colors of #FCDDBF
Black with #FCDDBF
Text Example
Text Example
White with #FCDDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDBF; }
p { color: rgb(252,221,191); }
H1.HeaderClassName
{
color: #FCDDBF;
}
.AnyTagClassName
{
color: #FCDDBF;
}
</style>
background-color css
<style>
a { background-color: #FCDDBF; }
a { background-color: rgb(252,221,191); }
div.DivClassName
{
background-color: #FCDDBF;
}
.BgClassName
{
background-color: #FCDDBF;
}
</style>
border-color css
<style>
span { border-color: #FCDDBF; }
span { border-color: rgb(252,221,191); }
td.TdClassName
{
border-color: #FCDDBF;
}
.TagClassName
{
border-color: #FCDDBF;
}
</style>