Shades of Mandys Pink #FCBDA3
Tints of Mandys Pink #FCBDA3
RGB
CMYK
RGB Variations
Color information
#FCBDA3 (or 0xFCBDA3) is known color: Mandys Pink. HEX triplet: FC, BD and A3. RGB value is (252,189,163). Sum of RGB (Red+Green+Blue) = 252+189+163=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDA3 is #03425C. Grayscale: #CDCDCD. Windows color (decimal): -213597 or 10731004. OLE color: 10731004.
HSL color Cylindrical-coordinate representation of color #FCBDA3: hue angle of 17.53º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCBDA3 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 163 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.01 |
| HSL | 17.53º | 0.94% | 0.81% | - |
| HSV(B) | 17.53º | 0.35% | 0.99% | - |
| XYZ | 64.95 | 59.73 | 42.76 | - |
| YUV | 204.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 163 | 0 | 0.25 | 0.35 | 0.01 | 17.53 | 0.94 | 0.81 |
| Hex | FC | BD | A3 | 0 | 19 | 23 | 1 | 12 | 5E | 51 |
| Octal | 374 | 275 | 243 | 0 | 31 | 43 | 1 | 22 | 136 | 121 |
| Binary | 11111100 | 10111101 | 10100011 | 0 | 11001 | 100011 | 1 | 10010 | 1011110 | 1010001 |
Color Harmonies of #FCBDA3
Complementary color
Monochromatic Colors of #FCBDA3
Black with #FCBDA3
Text Example
Text Example
White with #FCBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDA3; }
p { color: rgb(252,189,163); }
H1.HeaderClassName
{
color: #FCBDA3;
}
.AnyTagClassName
{
color: #FCBDA3;
}
</style>
background-color css
<style>
a { background-color: #FCBDA3; }
a { background-color: rgb(252,189,163); }
div.DivClassName
{
background-color: #FCBDA3;
}
.BgClassName
{
background-color: #FCBDA3;
}
</style>
border-color css
<style>
span { border-color: #FCBDA3; }
span { border-color: rgb(252,189,163); }
td.TdClassName
{
border-color: #FCBDA3;
}
.TagClassName
{
border-color: #FCBDA3;
}
</style>