Shades of Pink #FCC4CF
Tints of Pink #FCC4CF
RGB
CMYK
RGB Variations
Color information
#FCC4CF (or 0xFCC4CF) is known color: Pink. HEX triplet: FC, C4 and CF. RGB value is (252,196,207). Sum of RGB (Red+Green+Blue) = 252+196+207=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4CF is #033B30. Grayscale: #D6D6D6. Windows color (decimal): -211761 or 13616380. OLE color: 13616380.
HSL color Cylindrical-coordinate representation of color #FCC4CF: hue angle of 348.21º 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 #FCC4CF is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 207 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.01 |
| HSL | 348.21º | 0.9% | 0.88% | - |
| HSV(B) | 348.21º | 0.22% | 0.99% | - |
| XYZ | 71.15 | 64.68 | 67.77 | - |
| YUV | 214 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 207 | 0 | 0.22 | 0.18 | 0.01 | 348.21 | 0.9 | 0.88 |
| Hex | FC | C4 | CF | 0 | 16 | 12 | 1 | 15C | 5A | 58 |
| Octal | 374 | 304 | 317 | 0 | 26 | 22 | 1 | 534 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11001111 | 0 | 10110 | 10010 | 1 | 101011100 | 1011010 | 1011000 |
Color Harmonies of #FCC4CF
Complementary color
Monochromatic Colors of #FCC4CF
Black with #FCC4CF
Text Example
Text Example
White with #FCC4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4CF; }
p { color: rgb(252,196,207); }
H1.HeaderClassName
{
color: #FCC4CF;
}
.AnyTagClassName
{
color: #FCC4CF;
}
</style>
background-color css
<style>
a { background-color: #FCC4CF; }
a { background-color: rgb(252,196,207); }
div.DivClassName
{
background-color: #FCC4CF;
}
.BgClassName
{
background-color: #FCC4CF;
}
</style>
border-color css
<style>
span { border-color: #FCC4CF; }
span { border-color: rgb(252,196,207); }
td.TdClassName
{
border-color: #FCC4CF;
}
.TagClassName
{
border-color: #FCC4CF;
}
</style>