Shades of Mandys Pink #FCBBA2
Tints of Mandys Pink #FCBBA2
RGB
CMYK
RGB Variations
Color information
#FCBBA2 (or 0xFCBBA2) is known color: Mandys Pink. HEX triplet: FC, BB and A2. RGB value is (252,187,162). Sum of RGB (Red+Green+Blue) = 252+187+162=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA2 is #03445D. Grayscale: #CBCBCB. Windows color (decimal): -214110 or 10664956. OLE color: 10664956.
HSL color Cylindrical-coordinate representation of color #FCBBA2: hue angle of 16.67º 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 #FCBBA2 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 162 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.01 |
| HSL | 16.67º | 0.94% | 0.81% | - |
| HSV(B) | 16.67º | 0.36% | 0.99% | - |
| XYZ | 64.44 | 58.84 | 42.14 | - |
| YUV | 203.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 162 | 0 | 0.26 | 0.36 | 0.01 | 16.67 | 0.94 | 0.81 |
| Hex | FC | BB | A2 | 0 | 1A | 24 | 1 | 11 | 5E | 51 |
| Octal | 374 | 273 | 242 | 0 | 32 | 44 | 1 | 21 | 136 | 121 |
| Binary | 11111100 | 10111011 | 10100010 | 0 | 11010 | 100100 | 1 | 10001 | 1011110 | 1010001 |
Color Harmonies of #FCBBA2
Complementary color
Monochromatic Colors of #FCBBA2
Black with #FCBBA2
Text Example
Text Example
White with #FCBBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBA2; }
p { color: rgb(252,187,162); }
H1.HeaderClassName
{
color: #FCBBA2;
}
.AnyTagClassName
{
color: #FCBBA2;
}
</style>
background-color css
<style>
a { background-color: #FCBBA2; }
a { background-color: rgb(252,187,162); }
div.DivClassName
{
background-color: #FCBBA2;
}
.BgClassName
{
background-color: #FCBBA2;
}
</style>
border-color css
<style>
span { border-color: #FCBBA2; }
span { border-color: rgb(252,187,162); }
td.TdClassName
{
border-color: #FCBBA2;
}
.TagClassName
{
border-color: #FCBBA2;
}
</style>