Shades of Karry #FCDDCA
Tints of Karry #FCDDCA
RGB
CMYK
RGB Variations
Color information
#FCDDCA (or 0xFCDDCA) is known color: Karry. HEX triplet: FC, DD and CA. RGB value is (252,221,202). Sum of RGB (Red+Green+Blue) = 252+221+202=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 202 (79.30% from 255 or 29.93% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDCA is #032235. Grayscale: #E4E4E4. Windows color (decimal): -205366 or 13295100. OLE color: 13295100.
HSL color Cylindrical-coordinate representation of color #FCDDCA: hue angle of 22.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCDDCA is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 202 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.01 |
| HSL | 22.8º | 0.89% | 0.89% | - |
| HSV(B) | 22.8º | 0.2% | 0.99% | - |
| XYZ | 76.66 | 76.67 | 66.64 | - |
| YUV | 228.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 202 | 0 | 0.12 | 0.20 | 0.01 | 22.8 | 0.89 | 0.89 |
| Hex | FC | DD | CA | 0 | C | 14 | 1 | 17 | 59 | 59 |
| Octal | 374 | 335 | 312 | 0 | 14 | 24 | 1 | 27 | 131 | 131 |
| Binary | 11111100 | 11011101 | 11001010 | 0 | 1100 | 10100 | 1 | 10111 | 1011001 | 1011001 |
Color Harmonies of #FCDDCA
Complementary color
Monochromatic Colors of #FCDDCA
Black with #FCDDCA
Text Example
Text Example
White with #FCDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDCA; }
p { color: rgb(252,221,202); }
H1.HeaderClassName
{
color: #FCDDCA;
}
.AnyTagClassName
{
color: #FCDDCA;
}
</style>
background-color css
<style>
a { background-color: #FCDDCA; }
a { background-color: rgb(252,221,202); }
div.DivClassName
{
background-color: #FCDDCA;
}
.BgClassName
{
background-color: #FCDDCA;
}
</style>
border-color css
<style>
span { border-color: #FCDDCA; }
span { border-color: rgb(252,221,202); }
td.TdClassName
{
border-color: #FCDDCA;
}
.TagClassName
{
border-color: #FCDDCA;
}
</style>