Shades of Mandys Pink #FCB7A1
Tints of Mandys Pink #FCB7A1
RGB
CMYK
RGB Variations
Color information
#FCB7A1 (or 0xFCB7A1) is known color: Mandys Pink. HEX triplet: FC, B7 and A1. RGB value is (252,183,161). Sum of RGB (Red+Green+Blue) = 252+183+161=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB7A1 is #03485E. Grayscale: #C9C9C9. Windows color (decimal): -215135 or 10598396. OLE color: 10598396.
HSL color Cylindrical-coordinate representation of color #FCB7A1: hue angle of 14.51º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCB7A1 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 161 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.01 |
| HSL | 14.51º | 0.94% | 0.81% | - |
| HSV(B) | 14.51º | 0.36% | 0.99% | - |
| XYZ | 63.51 | 57.14 | 41.4 | - |
| YUV | 201.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 161 | 0 | 0.27 | 0.36 | 0.01 | 14.51 | 0.94 | 0.81 |
| Hex | FC | B7 | A1 | 0 | 1B | 24 | 1 | F | 5E | 51 |
| Octal | 374 | 267 | 241 | 0 | 33 | 44 | 1 | 17 | 136 | 121 |
| Binary | 11111100 | 10110111 | 10100001 | 0 | 11011 | 100100 | 1 | 1111 | 1011110 | 1010001 |
Color Harmonies of #FCB7A1
Complementary color
Monochromatic Colors of #FCB7A1
Black with #FCB7A1
Text Example
Text Example
White with #FCB7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7A1; }
p { color: rgb(252,183,161); }
H1.HeaderClassName
{
color: #FCB7A1;
}
.AnyTagClassName
{
color: #FCB7A1;
}
</style>
background-color css
<style>
a { background-color: #FCB7A1; }
a { background-color: rgb(252,183,161); }
div.DivClassName
{
background-color: #FCB7A1;
}
.BgClassName
{
background-color: #FCB7A1;
}
</style>
border-color css
<style>
span { border-color: #FCB7A1; }
span { border-color: rgb(252,183,161); }
td.TdClassName
{
border-color: #FCB7A1;
}
.TagClassName
{
border-color: #FCB7A1;
}
</style>