Shades of Your Pink #FCC8BC
Tints of Your Pink #FCC8BC
RGB
CMYK
RGB Variations
Color information
#FCC8BC (or 0xFCC8BC) is known color: Your Pink. HEX triplet: FC, C8 and BC. RGB value is (252,200,188). Sum of RGB (Red+Green+Blue) = 252+200+188=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8BC is #033743. Grayscale: #D6D6D6. Windows color (decimal): -210756 or 12372220. OLE color: 12372220.
HSL color Cylindrical-coordinate representation of color #FCC8BC: hue angle of 11.25º 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 #FCC8BC is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 188 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.01 |
| HSL | 11.25º | 0.91% | 0.86% | - |
| HSV(B) | 11.25º | 0.25% | 0.99% | - |
| XYZ | 69.88 | 65.63 | 56.56 | - |
| YUV | 214.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 188 | 0 | 0.21 | 0.25 | 0.01 | 11.25 | 0.91 | 0.86 |
| Hex | FC | C8 | BC | 0 | 15 | 19 | 1 | B | 5B | 56 |
| Octal | 374 | 310 | 274 | 0 | 25 | 31 | 1 | 13 | 133 | 126 |
| Binary | 11111100 | 11001000 | 10111100 | 0 | 10101 | 11001 | 1 | 1011 | 1011011 | 1010110 |
Color Harmonies of #FCC8BC
Complementary color
Monochromatic Colors of #FCC8BC
Black with #FCC8BC
Text Example
Text Example
White with #FCC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8BC; }
p { color: rgb(252,200,188); }
H1.HeaderClassName
{
color: #FCC8BC;
}
.AnyTagClassName
{
color: #FCC8BC;
}
</style>
background-color css
<style>
a { background-color: #FCC8BC; }
a { background-color: rgb(252,200,188); }
div.DivClassName
{
background-color: #FCC8BC;
}
.BgClassName
{
background-color: #FCC8BC;
}
</style>
border-color css
<style>
span { border-color: #FCC8BC; }
span { border-color: rgb(252,200,188); }
td.TdClassName
{
border-color: #FCC8BC;
}
.TagClassName
{
border-color: #FCC8BC;
}
</style>