Shades of Your Pink #FCC6BB
Tints of Your Pink #FCC6BB
RGB
CMYK
RGB Variations
Color information
#FCC6BB (or 0xFCC6BB) is known color: Your Pink. HEX triplet: FC, C6 and BB. RGB value is (252,198,187). Sum of RGB (Red+Green+Blue) = 252+198+187=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6BB is #033944. Grayscale: #D4D4D4. Windows color (decimal): -211269 or 12306172. OLE color: 12306172.
HSL color Cylindrical-coordinate representation of color #FCC6BB: hue angle of 10.15º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCC6BB is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 187 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.01 |
| HSL | 10.15º | 0.92% | 0.86% | - |
| HSV(B) | 10.15º | 0.26% | 0.99% | - |
| XYZ | 69.31 | 64.67 | 55.84 | - |
| YUV | 212.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 187 | 0 | 0.21 | 0.26 | 0.01 | 10.15 | 0.92 | 0.86 |
| Hex | FC | C6 | BB | 0 | 15 | 1A | 1 | A | 5C | 56 |
| Octal | 374 | 306 | 273 | 0 | 25 | 32 | 1 | 12 | 134 | 126 |
| Binary | 11111100 | 11000110 | 10111011 | 0 | 10101 | 11010 | 1 | 1010 | 1011100 | 1010110 |
Color Harmonies of #FCC6BB
Complementary color
Monochromatic Colors of #FCC6BB
Black with #FCC6BB
Text Example
Text Example
White with #FCC6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6BB; }
p { color: rgb(252,198,187); }
H1.HeaderClassName
{
color: #FCC6BB;
}
.AnyTagClassName
{
color: #FCC6BB;
}
</style>
background-color css
<style>
a { background-color: #FCC6BB; }
a { background-color: rgb(252,198,187); }
div.DivClassName
{
background-color: #FCC6BB;
}
.BgClassName
{
background-color: #FCC6BB;
}
</style>
border-color css
<style>
span { border-color: #FCC6BB; }
span { border-color: rgb(252,198,187); }
td.TdClassName
{
border-color: #FCC6BB;
}
.TagClassName
{
border-color: #FCC6BB;
}
</style>