Shades of Your Pink #FCC4B7
Tints of Your Pink #FCC4B7
RGB
CMYK
RGB Variations
Color information
#FCC4B7 (or 0xFCC4B7) is known color: Your Pink. HEX triplet: FC, C4 and B7. RGB value is (252,196,183). Sum of RGB (Red+Green+Blue) = 252+196+183=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 183 (71.88% from 255 or 29.00% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4B7 is #033B48. Grayscale: #D3D3D3. Windows color (decimal): -211785 or 12043516. OLE color: 12043516.
HSL color Cylindrical-coordinate representation of color #FCC4B7: hue angle of 11.3º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCC4B7 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 183 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.01 |
| HSL | 11.3º | 0.92% | 0.85% | - |
| HSV(B) | 11.3º | 0.27% | 0.99% | - |
| XYZ | 68.43 | 63.59 | 53.47 | - |
| YUV | 211.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 183 | 0 | 0.22 | 0.27 | 0.01 | 11.3 | 0.92 | 0.85 |
| Hex | FC | C4 | B7 | 0 | 16 | 1B | 1 | B | 5C | 55 |
| Octal | 374 | 304 | 267 | 0 | 26 | 33 | 1 | 13 | 134 | 125 |
| Binary | 11111100 | 11000100 | 10110111 | 0 | 10110 | 11011 | 1 | 1011 | 1011100 | 1010101 |
Color Harmonies of #FCC4B7
Complementary color
Monochromatic Colors of #FCC4B7
Black with #FCC4B7
Text Example
Text Example
White with #FCC4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4B7; }
p { color: rgb(252,196,183); }
H1.HeaderClassName
{
color: #FCC4B7;
}
.AnyTagClassName
{
color: #FCC4B7;
}
</style>
background-color css
<style>
a { background-color: #FCC4B7; }
a { background-color: rgb(252,196,183); }
div.DivClassName
{
background-color: #FCC4B7;
}
.BgClassName
{
background-color: #FCC4B7;
}
</style>
border-color css
<style>
span { border-color: #FCC4B7; }
span { border-color: rgb(252,196,183); }
td.TdClassName
{
border-color: #FCC4B7;
}
.TagClassName
{
border-color: #FCC4B7;
}
</style>