Shades of Your Pink #FCC3BB
Tints of Your Pink #FCC3BB
RGB
CMYK
RGB Variations
Color information
#FCC3BB (or 0xFCC3BB) is known color: Your Pink. HEX triplet: FC, C3 and BB. RGB value is (252,195,187). Sum of RGB (Red+Green+Blue) = 252+195+187=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3BB is #033C44. Grayscale: #D3D3D3. Windows color (decimal): -212037 or 12305404. OLE color: 12305404.
HSL color Cylindrical-coordinate representation of color #FCC3BB: hue angle of 7.38º 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 #FCC3BB is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 187 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.01 |
| HSL | 7.38º | 0.92% | 0.86% | - |
| HSV(B) | 7.38º | 0.26% | 0.99% | - |
| XYZ | 68.63 | 63.31 | 55.62 | - |
| YUV | 211.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 187 | 0 | 0.23 | 0.26 | 0.01 | 7.38 | 0.92 | 0.86 |
| Hex | FC | C3 | BB | 0 | 17 | 1A | 1 | 7 | 5C | 56 |
| Octal | 374 | 303 | 273 | 0 | 27 | 32 | 1 | 7 | 134 | 126 |
| Binary | 11111100 | 11000011 | 10111011 | 0 | 10111 | 11010 | 1 | 111 | 1011100 | 1010110 |
Color Harmonies of #FCC3BB
Complementary color
Monochromatic Colors of #FCC3BB
Black with #FCC3BB
Text Example
Text Example
White with #FCC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3BB; }
p { color: rgb(252,195,187); }
H1.HeaderClassName
{
color: #FCC3BB;
}
.AnyTagClassName
{
color: #FCC3BB;
}
</style>
background-color css
<style>
a { background-color: #FCC3BB; }
a { background-color: rgb(252,195,187); }
div.DivClassName
{
background-color: #FCC3BB;
}
.BgClassName
{
background-color: #FCC3BB;
}
</style>
border-color css
<style>
span { border-color: #FCC3BB; }
span { border-color: rgb(252,195,187); }
td.TdClassName
{
border-color: #FCC3BB;
}
.TagClassName
{
border-color: #FCC3BB;
}
</style>