Shades of Mandys Pink #FCB58E
Tints of Mandys Pink #FCB58E
RGB
CMYK
RGB Variations
Color information
#FCB58E (or 0xFCB58E) is known color: Mandys Pink. HEX triplet: FC, B5 and 8E. RGB value is (252,181,142). Sum of RGB (Red+Green+Blue) = 252+181+142=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB58E is #034A71. Grayscale: #C6C6C6. Windows color (decimal): -215666 or 9352700. OLE color: 9352700.
HSL color Cylindrical-coordinate representation of color #FCB58E: hue angle of 21.27º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCB58E is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 142 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.01 |
| HSL | 21.27º | 0.95% | 0.77% | - |
| HSV(B) | 21.27º | 0.44% | 0.99% | - |
| XYZ | 61.55 | 55.7 | 33.1 | - |
| YUV | 197.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 142 | 0 | 0.28 | 0.44 | 0.01 | 21.27 | 0.95 | 0.77 |
| Hex | FC | B5 | 8E | 0 | 1C | 2C | 1 | 15 | 5F | 4D |
| Octal | 374 | 265 | 216 | 0 | 34 | 54 | 1 | 25 | 137 | 115 |
| Binary | 11111100 | 10110101 | 10001110 | 0 | 11100 | 101100 | 1 | 10101 | 1011111 | 1001101 |
Color Harmonies of #FCB58E
Complementary color
Monochromatic Colors of #FCB58E
Black with #FCB58E
Text Example
Text Example
White with #FCB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB58E; }
p { color: rgb(252,181,142); }
H1.HeaderClassName
{
color: #FCB58E;
}
.AnyTagClassName
{
color: #FCB58E;
}
</style>
background-color css
<style>
a { background-color: #FCB58E; }
a { background-color: rgb(252,181,142); }
div.DivClassName
{
background-color: #FCB58E;
}
.BgClassName
{
background-color: #FCB58E;
}
</style>
border-color css
<style>
span { border-color: #FCB58E; }
span { border-color: rgb(252,181,142); }
td.TdClassName
{
border-color: #FCB58E;
}
.TagClassName
{
border-color: #FCB58E;
}
</style>