Shades of Mandys Pink #FCB99D
Tints of Mandys Pink #FCB99D
RGB
CMYK
RGB Variations
Color information
#FCB99D (or 0xFCB99D) is known color: Mandys Pink. HEX triplet: FC, B9 and 9D. RGB value is (252,185,157). Sum of RGB (Red+Green+Blue) = 252+185+157=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB99D is #034662. Grayscale: #CACACA. Windows color (decimal): -214627 or 10336764. OLE color: 10336764.
HSL color Cylindrical-coordinate representation of color #FCB99D: hue angle of 17.68º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCB99D is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 157 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.01 |
| HSL | 17.68º | 0.94% | 0.8% | - |
| HSV(B) | 17.68º | 0.38% | 0.99% | - |
| XYZ | 63.58 | 57.83 | 39.71 | - |
| YUV | 201.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 157 | 0 | 0.27 | 0.38 | 0.01 | 17.68 | 0.94 | 0.8 |
| Hex | FC | B9 | 9D | 0 | 1B | 26 | 1 | 12 | 5E | 50 |
| Octal | 374 | 271 | 235 | 0 | 33 | 46 | 1 | 22 | 136 | 120 |
| Binary | 11111100 | 10111001 | 10011101 | 0 | 11011 | 100110 | 1 | 10010 | 1011110 | 1010000 |
Color Harmonies of #FCB99D
Complementary color
Monochromatic Colors of #FCB99D
Black with #FCB99D
Text Example
Text Example
White with #FCB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB99D; }
p { color: rgb(252,185,157); }
H1.HeaderClassName
{
color: #FCB99D;
}
.AnyTagClassName
{
color: #FCB99D;
}
</style>
background-color css
<style>
a { background-color: #FCB99D; }
a { background-color: rgb(252,185,157); }
div.DivClassName
{
background-color: #FCB99D;
}
.BgClassName
{
background-color: #FCB99D;
}
</style>
border-color css
<style>
span { border-color: #FCB99D; }
span { border-color: rgb(252,185,157); }
td.TdClassName
{
border-color: #FCB99D;
}
.TagClassName
{
border-color: #FCB99D;
}
</style>