Shades of Pink #FCC2D2
Tints of Pink #FCC2D2
RGB
CMYK
RGB Variations
Color information
#FCC2D2 (or 0xFCC2D2) is known color: Pink. HEX triplet: FC, C2 and D2. RGB value is (252,194,210). Sum of RGB (Red+Green+Blue) = 252+194+210=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 194 (76.17% from 255 or 29.57% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2D2 is #033D2D. Grayscale: #D5D5D5. Windows color (decimal): -212270 or 13812476. OLE color: 13812476.
HSL color Cylindrical-coordinate representation of color #FCC2D2: hue angle of 343.45º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC2D2 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 210 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.01 |
| HSL | 343.45º | 0.91% | 0.87% | - |
| HSV(B) | 343.45º | 0.23% | 0.99% | - |
| XYZ | 71.07 | 63.93 | 69.57 | - |
| YUV | 213.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 210 | 0 | 0.23 | 0.17 | 0.01 | 343.45 | 0.91 | 0.87 |
| Hex | FC | C2 | D2 | 0 | 17 | 11 | 1 | 157 | 5B | 57 |
| Octal | 374 | 302 | 322 | 0 | 27 | 21 | 1 | 527 | 133 | 127 |
| Binary | 11111100 | 11000010 | 11010010 | 0 | 10111 | 10001 | 1 | 101010111 | 1011011 | 1010111 |
Color Harmonies of #FCC2D2
Complementary color
Monochromatic Colors of #FCC2D2
Black with #FCC2D2
Text Example
Text Example
White with #FCC2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2D2; }
p { color: rgb(252,194,210); }
H1.HeaderClassName
{
color: #FCC2D2;
}
.AnyTagClassName
{
color: #FCC2D2;
}
</style>
background-color css
<style>
a { background-color: #FCC2D2; }
a { background-color: rgb(252,194,210); }
div.DivClassName
{
background-color: #FCC2D2;
}
.BgClassName
{
background-color: #FCC2D2;
}
</style>
border-color css
<style>
span { border-color: #FCC2D2; }
span { border-color: rgb(252,194,210); }
td.TdClassName
{
border-color: #FCC2D2;
}
.TagClassName
{
border-color: #FCC2D2;
}
</style>