Shades of Karry #FCDDC7
Tints of Karry #FCDDC7
RGB
CMYK
RGB Variations
Color information
#FCDDC7 (or 0xFCDDC7) is known color: Karry. HEX triplet: FC, DD and C7. RGB value is (252,221,199). Sum of RGB (Red+Green+Blue) = 252+221+199=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 199 (78.12% from 255 or 29.61% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDC7 is #032238. Grayscale: #E3E3E3. Windows color (decimal): -205369 or 13098492. OLE color: 13098492.
HSL color Cylindrical-coordinate representation of color #FCDDC7: hue angle of 24.91º 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 #FCDDC7 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 199 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.01 |
| HSL | 24.91º | 0.9% | 0.88% | - |
| HSV(B) | 24.91º | 0.21% | 0.99% | - |
| XYZ | 76.31 | 76.53 | 64.78 | - |
| YUV | 227.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 199 | 0 | 0.12 | 0.21 | 0.01 | 24.91 | 0.9 | 0.88 |
| Hex | FC | DD | C7 | 0 | C | 15 | 1 | 19 | 5A | 58 |
| Octal | 374 | 335 | 307 | 0 | 14 | 25 | 1 | 31 | 132 | 130 |
| Binary | 11111100 | 11011101 | 11000111 | 0 | 1100 | 10101 | 1 | 11001 | 1011010 | 1011000 |
Color Harmonies of #FCDDC7
Complementary color
Monochromatic Colors of #FCDDC7
Black with #FCDDC7
Text Example
Text Example
White with #FCDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDC7; }
p { color: rgb(252,221,199); }
H1.HeaderClassName
{
color: #FCDDC7;
}
.AnyTagClassName
{
color: #FCDDC7;
}
</style>
background-color css
<style>
a { background-color: #FCDDC7; }
a { background-color: rgb(252,221,199); }
div.DivClassName
{
background-color: #FCDDC7;
}
.BgClassName
{
background-color: #FCDDC7;
}
</style>
border-color css
<style>
span { border-color: #FCDDC7; }
span { border-color: rgb(252,221,199); }
td.TdClassName
{
border-color: #FCDDC7;
}
.TagClassName
{
border-color: #FCDDC7;
}
</style>