Shades of Mandys Pink #FCB58C
Tints of Mandys Pink #FCB58C
RGB
CMYK
RGB Variations
Color information
#FCB58C (or 0xFCB58C) is known color: Mandys Pink. HEX triplet: FC, B5 and 8C. RGB value is (252,181,140). Sum of RGB (Red+Green+Blue) = 252+181+140=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB58C is #034A73. Grayscale: #C5C5C5. Windows color (decimal): -215668 or 9221628. OLE color: 9221628.
HSL color Cylindrical-coordinate representation of color #FCB58C: hue angle of 21.96º 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 #FCB58C is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 140 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.01 |
| HSL | 21.96º | 0.95% | 0.77% | - |
| HSV(B) | 21.96º | 0.44% | 0.99% | - |
| XYZ | 61.4 | 55.64 | 32.31 | - |
| YUV | 197.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 140 | 0 | 0.28 | 0.44 | 0.01 | 21.96 | 0.95 | 0.77 |
| Hex | FC | B5 | 8C | 0 | 1C | 2C | 1 | 16 | 5F | 4D |
| Octal | 374 | 265 | 214 | 0 | 34 | 54 | 1 | 26 | 137 | 115 |
| Binary | 11111100 | 10110101 | 10001100 | 0 | 11100 | 101100 | 1 | 10110 | 1011111 | 1001101 |
Color Harmonies of #FCB58C
Complementary color
Monochromatic Colors of #FCB58C
Black with #FCB58C
Text Example
Text Example
White with #FCB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB58C; }
p { color: rgb(252,181,140); }
H1.HeaderClassName
{
color: #FCB58C;
}
.AnyTagClassName
{
color: #FCB58C;
}
</style>
background-color css
<style>
a { background-color: #FCB58C; }
a { background-color: rgb(252,181,140); }
div.DivClassName
{
background-color: #FCB58C;
}
.BgClassName
{
background-color: #FCB58C;
}
</style>
border-color css
<style>
span { border-color: #FCB58C; }
span { border-color: rgb(252,181,140); }
td.TdClassName
{
border-color: #FCB58C;
}
.TagClassName
{
border-color: #FCB58C;
}
</style>