Shades of Mandys Pink #FCB99E
Tints of Mandys Pink #FCB99E
RGB
CMYK
RGB Variations
Color information
#FCB99E (or 0xFCB99E) is known color: Mandys Pink. HEX triplet: FC, B9 and 9E. RGB value is (252,185,158). Sum of RGB (Red+Green+Blue) = 252+185+158=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB99E is #034661. Grayscale: #CACACA. Windows color (decimal): -214626 or 10402300. OLE color: 10402300.
HSL color Cylindrical-coordinate representation of color #FCB99E: hue angle of 17.23º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCB99E is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 158 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.01 |
| HSL | 17.23º | 0.94% | 0.8% | - |
| HSV(B) | 17.23º | 0.37% | 0.99% | - |
| XYZ | 63.67 | 57.86 | 40.16 | - |
| YUV | 201.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 158 | 0 | 0.27 | 0.37 | 0.01 | 17.23 | 0.94 | 0.8 |
| Hex | FC | B9 | 9E | 0 | 1B | 25 | 1 | 11 | 5E | 50 |
| Octal | 374 | 271 | 236 | 0 | 33 | 45 | 1 | 21 | 136 | 120 |
| Binary | 11111100 | 10111001 | 10011110 | 0 | 11011 | 100101 | 1 | 10001 | 1011110 | 1010000 |
Color Harmonies of #FCB99E
Complementary color
Monochromatic Colors of #FCB99E
Black with #FCB99E
Text Example
Text Example
White with #FCB99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB99E; }
p { color: rgb(252,185,158); }
H1.HeaderClassName
{
color: #FCB99E;
}
.AnyTagClassName
{
color: #FCB99E;
}
</style>
background-color css
<style>
a { background-color: #FCB99E; }
a { background-color: rgb(252,185,158); }
div.DivClassName
{
background-color: #FCB99E;
}
.BgClassName
{
background-color: #FCB99E;
}
</style>
border-color css
<style>
span { border-color: #FCB99E; }
span { border-color: rgb(252,185,158); }
td.TdClassName
{
border-color: #FCB99E;
}
.TagClassName
{
border-color: #FCB99E;
}
</style>