Shades of Your Pink #FCC5BC
Tints of Your Pink #FCC5BC
RGB
CMYK
RGB Variations
Color information
#FCC5BC (or 0xFCC5BC) is known color: Your Pink. HEX triplet: FC, C5 and BC. RGB value is (252,197,188). Sum of RGB (Red+Green+Blue) = 252+197+188=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5BC is #033A43. Grayscale: #D4D4D4. Windows color (decimal): -211524 or 12371452. OLE color: 12371452.
HSL color Cylindrical-coordinate representation of color #FCC5BC: hue angle of 8.44º 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 #FCC5BC is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 188 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.01 |
| HSL | 8.44º | 0.91% | 0.86% | - |
| HSV(B) | 8.44º | 0.25% | 0.99% | - |
| XYZ | 69.19 | 64.26 | 56.33 | - |
| YUV | 212.42 | 114.22 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 188 | 0 | 0.22 | 0.25 | 0.01 | 8.44 | 0.91 | 0.86 |
| Hex | FC | C5 | BC | 0 | 16 | 19 | 1 | 8 | 5B | 56 |
| Octal | 374 | 305 | 274 | 0 | 26 | 31 | 1 | 10 | 133 | 126 |
| Binary | 11111100 | 11000101 | 10111100 | 0 | 10110 | 11001 | 1 | 1000 | 1011011 | 1010110 |
Color Harmonies of #FCC5BC
Complementary color
Monochromatic Colors of #FCC5BC
Black with #FCC5BC
Text Example
Text Example
White with #FCC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5BC; }
p { color: rgb(252,197,188); }
H1.HeaderClassName
{
color: #FCC5BC;
}
.AnyTagClassName
{
color: #FCC5BC;
}
</style>
background-color css
<style>
a { background-color: #FCC5BC; }
a { background-color: rgb(252,197,188); }
div.DivClassName
{
background-color: #FCC5BC;
}
.BgClassName
{
background-color: #FCC5BC;
}
</style>
border-color css
<style>
span { border-color: #FCC5BC; }
span { border-color: rgb(252,197,188); }
td.TdClassName
{
border-color: #FCC5BC;
}
.TagClassName
{
border-color: #FCC5BC;
}
</style>