Shades of Your Pink #FCC3BC
Tints of Your Pink #FCC3BC
RGB
CMYK
RGB Variations
Color information
#FCC3BC (or 0xFCC3BC) is known color: Your Pink. HEX triplet: FC, C3 and BC. RGB value is (252,195,188). Sum of RGB (Red+Green+Blue) = 252+195+188=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3BC is #033C43. Grayscale: #D3D3D3. Windows color (decimal): -212036 or 12370940. OLE color: 12370940.
HSL color Cylindrical-coordinate representation of color #FCC3BC: hue angle of 6.56º 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 #FCC3BC is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 188 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.01 |
| HSL | 6.56º | 0.91% | 0.86% | - |
| HSV(B) | 6.56º | 0.25% | 0.99% | - |
| XYZ | 68.74 | 63.36 | 56.18 | - |
| YUV | 211.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 188 | 0 | 0.23 | 0.25 | 0.01 | 6.56 | 0.91 | 0.86 |
| Hex | FC | C3 | BC | 0 | 17 | 19 | 1 | 7 | 5B | 56 |
| Octal | 374 | 303 | 274 | 0 | 27 | 31 | 1 | 7 | 133 | 126 |
| Binary | 11111100 | 11000011 | 10111100 | 0 | 10111 | 11001 | 1 | 111 | 1011011 | 1010110 |
Color Harmonies of #FCC3BC
Complementary color
Monochromatic Colors of #FCC3BC
Black with #FCC3BC
Text Example
Text Example
White with #FCC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3BC; }
p { color: rgb(252,195,188); }
H1.HeaderClassName
{
color: #FCC3BC;
}
.AnyTagClassName
{
color: #FCC3BC;
}
</style>
background-color css
<style>
a { background-color: #FCC3BC; }
a { background-color: rgb(252,195,188); }
div.DivClassName
{
background-color: #FCC3BC;
}
.BgClassName
{
background-color: #FCC3BC;
}
</style>
border-color css
<style>
span { border-color: #FCC3BC; }
span { border-color: rgb(252,195,188); }
td.TdClassName
{
border-color: #FCC3BC;
}
.TagClassName
{
border-color: #FCC3BC;
}
</style>