Shades of Pink #FCC7CF
Tints of Pink #FCC7CF
RGB
CMYK
RGB Variations
Color information
#FCC7CF (or 0xFCC7CF) is known color: Pink. HEX triplet: FC, C7 and CF. RGB value is (252,199,207). Sum of RGB (Red+Green+Blue) = 252+199+207=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7CF is #033830. Grayscale: #D7D7D7. Windows color (decimal): -210993 or 13617148. OLE color: 13617148.
HSL color Cylindrical-coordinate representation of color #FCC7CF: hue angle of 350.94º 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 #FCC7CF is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 207 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.01 |
| HSL | 350.94º | 0.9% | 0.88% | - |
| HSV(B) | 350.94º | 0.21% | 0.99% | - |
| XYZ | 71.83 | 66.05 | 67.99 | - |
| YUV | 215.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 207 | 0 | 0.21 | 0.18 | 0.01 | 350.94 | 0.9 | 0.88 |
| Hex | FC | C7 | CF | 0 | 15 | 12 | 1 | 15F | 5A | 58 |
| Octal | 374 | 307 | 317 | 0 | 25 | 22 | 1 | 537 | 132 | 130 |
| Binary | 11111100 | 11000111 | 11001111 | 0 | 10101 | 10010 | 1 | 101011111 | 1011010 | 1011000 |
Color Harmonies of #FCC7CF
Complementary color
Monochromatic Colors of #FCC7CF
Black with #FCC7CF
Text Example
Text Example
White with #FCC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC7CF; }
p { color: rgb(252,199,207); }
H1.HeaderClassName
{
color: #FCC7CF;
}
.AnyTagClassName
{
color: #FCC7CF;
}
</style>
background-color css
<style>
a { background-color: #FCC7CF; }
a { background-color: rgb(252,199,207); }
div.DivClassName
{
background-color: #FCC7CF;
}
.BgClassName
{
background-color: #FCC7CF;
}
</style>
border-color css
<style>
span { border-color: #FCC7CF; }
span { border-color: rgb(252,199,207); }
td.TdClassName
{
border-color: #FCC7CF;
}
.TagClassName
{
border-color: #FCC7CF;
}
</style>