Shades of Your Pink #FCCCBC
Tints of Your Pink #FCCCBC
RGB
CMYK
RGB Variations
Color information
#FCCCBC (or 0xFCCCBC) is known color: Your Pink. HEX triplet: FC, CC and BC. RGB value is (252,204,188). Sum of RGB (Red+Green+Blue) = 252+204+188=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCBC is #033343. Grayscale: #D8D8D8. Windows color (decimal): -209732 or 12373244. OLE color: 12373244.
HSL color Cylindrical-coordinate representation of color #FCCCBC: hue angle of 15º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCCCBC is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 188 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.01 |
| HSL | 15º | 0.91% | 0.86% | - |
| HSV(B) | 15º | 0.25% | 0.99% | - |
| XYZ | 70.81 | 67.51 | 56.88 | - |
| YUV | 216.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 188 | 0 | 0.19 | 0.25 | 0.01 | 15 | 0.91 | 0.86 |
| Hex | FC | CC | BC | 0 | 13 | 19 | 1 | F | 5B | 56 |
| Octal | 374 | 314 | 274 | 0 | 23 | 31 | 1 | 17 | 133 | 126 |
| Binary | 11111100 | 11001100 | 10111100 | 0 | 10011 | 11001 | 1 | 1111 | 1011011 | 1010110 |
Color Harmonies of #FCCCBC
Complementary color
Monochromatic Colors of #FCCCBC
Black with #FCCCBC
Text Example
Text Example
White with #FCCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCBC; }
p { color: rgb(252,204,188); }
H1.HeaderClassName
{
color: #FCCCBC;
}
.AnyTagClassName
{
color: #FCCCBC;
}
</style>
background-color css
<style>
a { background-color: #FCCCBC; }
a { background-color: rgb(252,204,188); }
div.DivClassName
{
background-color: #FCCCBC;
}
.BgClassName
{
background-color: #FCCCBC;
}
</style>
border-color css
<style>
span { border-color: #FCCCBC; }
span { border-color: rgb(252,204,188); }
td.TdClassName
{
border-color: #FCCCBC;
}
.TagClassName
{
border-color: #FCCCBC;
}
</style>