Shades of Your Pink #FCC9B7
Tints of Your Pink #FCC9B7
RGB
CMYK
RGB Variations
Color information
#FCC9B7 (or 0xFCC9B7) is known color: Your Pink. HEX triplet: FC, C9 and B7. RGB value is (252,201,183). Sum of RGB (Red+Green+Blue) = 252+201+183=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 183 (71.88% from 255 or 28.77% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9B7 is #033648. Grayscale: #D6D6D6. Windows color (decimal): -210505 or 12044796. OLE color: 12044796.
HSL color Cylindrical-coordinate representation of color #FCC9B7: hue angle of 15.65º 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 #FCC9B7 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 183 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.01 |
| HSL | 15.65º | 0.92% | 0.85% | - |
| HSV(B) | 15.65º | 0.27% | 0.99% | - |
| XYZ | 69.58 | 65.89 | 53.85 | - |
| YUV | 214.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 183 | 0 | 0.20 | 0.27 | 0.01 | 15.65 | 0.92 | 0.85 |
| Hex | FC | C9 | B7 | 0 | 14 | 1B | 1 | 10 | 5C | 55 |
| Octal | 374 | 311 | 267 | 0 | 24 | 33 | 1 | 20 | 134 | 125 |
| Binary | 11111100 | 11001001 | 10110111 | 0 | 10100 | 11011 | 1 | 10000 | 1011100 | 1010101 |
Color Harmonies of #FCC9B7
Complementary color
Monochromatic Colors of #FCC9B7
Black with #FCC9B7
Text Example
Text Example
White with #FCC9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9B7; }
p { color: rgb(252,201,183); }
H1.HeaderClassName
{
color: #FCC9B7;
}
.AnyTagClassName
{
color: #FCC9B7;
}
</style>
background-color css
<style>
a { background-color: #FCC9B7; }
a { background-color: rgb(252,201,183); }
div.DivClassName
{
background-color: #FCC9B7;
}
.BgClassName
{
background-color: #FCC9B7;
}
</style>
border-color css
<style>
span { border-color: #FCC9B7; }
span { border-color: rgb(252,201,183); }
td.TdClassName
{
border-color: #FCC9B7;
}
.TagClassName
{
border-color: #FCC9B7;
}
</style>