Shades of Karry #FCDDC5
Tints of Karry #FCDDC5
RGB
CMYK
RGB Variations
Color information
#FCDDC5 (or 0xFCDDC5) is known color: Karry. HEX triplet: FC, DD and C5. RGB value is (252,221,197). Sum of RGB (Red+Green+Blue) = 252+221+197=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 197 (77.34% from 255 or 29.40% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDC5 is #03223A. Grayscale: #E3E3E3. Windows color (decimal): -205371 or 12967420. OLE color: 12967420.
HSL color Cylindrical-coordinate representation of color #FCDDC5: hue angle of 26.18º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCDDC5 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 197 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.01 |
| HSL | 26.18º | 0.9% | 0.88% | - |
| HSV(B) | 26.18º | 0.22% | 0.99% | - |
| XYZ | 76.08 | 76.44 | 63.57 | - |
| YUV | 227.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 197 | 0 | 0.12 | 0.22 | 0.01 | 26.18 | 0.9 | 0.88 |
| Hex | FC | DD | C5 | 0 | C | 16 | 1 | 1A | 5A | 58 |
| Octal | 374 | 335 | 305 | 0 | 14 | 26 | 1 | 32 | 132 | 130 |
| Binary | 11111100 | 11011101 | 11000101 | 0 | 1100 | 10110 | 1 | 11010 | 1011010 | 1011000 |
Color Harmonies of #FCDDC5
Complementary color
Monochromatic Colors of #FCDDC5
Black with #FCDDC5
Text Example
Text Example
White with #FCDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDC5; }
p { color: rgb(252,221,197); }
H1.HeaderClassName
{
color: #FCDDC5;
}
.AnyTagClassName
{
color: #FCDDC5;
}
</style>
background-color css
<style>
a { background-color: #FCDDC5; }
a { background-color: rgb(252,221,197); }
div.DivClassName
{
background-color: #FCDDC5;
}
.BgClassName
{
background-color: #FCDDC5;
}
</style>
border-color css
<style>
span { border-color: #FCDDC5; }
span { border-color: rgb(252,221,197); }
td.TdClassName
{
border-color: #FCDDC5;
}
.TagClassName
{
border-color: #FCDDC5;
}
</style>