Shades of Your Pink #FCCCBF
Tints of Your Pink #FCCCBF
RGB
CMYK
RGB Variations
Color information
#FCCCBF (or 0xFCCCBF) is known color: Your Pink. HEX triplet: FC, CC and BF. RGB value is (252,204,191). Sum of RGB (Red+Green+Blue) = 252+204+191=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCBF is #033340. Grayscale: #D8D8D8. Windows color (decimal): -209729 or 12569852. OLE color: 12569852.
HSL color Cylindrical-coordinate representation of color #FCCCBF: hue angle of 12.79º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCCCBF is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 191 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.01 |
| HSL | 12.79º | 0.91% | 0.87% | - |
| HSV(B) | 12.79º | 0.24% | 0.99% | - |
| XYZ | 71.14 | 67.64 | 58.6 | - |
| YUV | 216.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 191 | 0 | 0.19 | 0.24 | 0.01 | 12.79 | 0.91 | 0.87 |
| Hex | FC | CC | BF | 0 | 13 | 18 | 1 | D | 5B | 57 |
| Octal | 374 | 314 | 277 | 0 | 23 | 30 | 1 | 15 | 133 | 127 |
| Binary | 11111100 | 11001100 | 10111111 | 0 | 10011 | 11000 | 1 | 1101 | 1011011 | 1010111 |
Color Harmonies of #FCCCBF
Complementary color
Monochromatic Colors of #FCCCBF
Black with #FCCCBF
Text Example
Text Example
White with #FCCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCBF; }
p { color: rgb(252,204,191); }
H1.HeaderClassName
{
color: #FCCCBF;
}
.AnyTagClassName
{
color: #FCCCBF;
}
</style>
background-color css
<style>
a { background-color: #FCCCBF; }
a { background-color: rgb(252,204,191); }
div.DivClassName
{
background-color: #FCCCBF;
}
.BgClassName
{
background-color: #FCCCBF;
}
</style>
border-color css
<style>
span { border-color: #FCCCBF; }
span { border-color: rgb(252,204,191); }
td.TdClassName
{
border-color: #FCCCBF;
}
.TagClassName
{
border-color: #FCCCBF;
}
</style>