Shades of Pink #FCC3CF
Tints of Pink #FCC3CF
RGB
CMYK
RGB Variations
Color information
#FCC3CF (or 0xFCC3CF) is known color: Pink. HEX triplet: FC, C3 and CF. RGB value is (252,195,207). Sum of RGB (Red+Green+Blue) = 252+195+207=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3CF is #033C30. Grayscale: #D5D5D5. Windows color (decimal): -212017 or 13616124. OLE color: 13616124.
HSL color Cylindrical-coordinate representation of color #FCC3CF: hue angle of 347.37º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC3CF is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 207 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.01 |
| HSL | 347.37º | 0.9% | 0.88% | - |
| HSV(B) | 347.37º | 0.23% | 0.99% | - |
| XYZ | 70.92 | 64.23 | 67.69 | - |
| YUV | 213.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 207 | 0 | 0.23 | 0.18 | 0.01 | 347.37 | 0.9 | 0.88 |
| Hex | FC | C3 | CF | 0 | 17 | 12 | 1 | 15B | 5A | 58 |
| Octal | 374 | 303 | 317 | 0 | 27 | 22 | 1 | 533 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11001111 | 0 | 10111 | 10010 | 1 | 101011011 | 1011010 | 1011000 |
Color Harmonies of #FCC3CF
Complementary color
Monochromatic Colors of #FCC3CF
Black with #FCC3CF
Text Example
Text Example
White with #FCC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3CF; }
p { color: rgb(252,195,207); }
H1.HeaderClassName
{
color: #FCC3CF;
}
.AnyTagClassName
{
color: #FCC3CF;
}
</style>
background-color css
<style>
a { background-color: #FCC3CF; }
a { background-color: rgb(252,195,207); }
div.DivClassName
{
background-color: #FCC3CF;
}
.BgClassName
{
background-color: #FCC3CF;
}
</style>
border-color css
<style>
span { border-color: #FCC3CF; }
span { border-color: rgb(252,195,207); }
td.TdClassName
{
border-color: #FCC3CF;
}
.TagClassName
{
border-color: #FCC3CF;
}
</style>