Shades of Mandys Pink #FCB78C
Tints of Mandys Pink #FCB78C
RGB
CMYK
RGB Variations
Color information
#FCB78C (or 0xFCB78C) is known color: Mandys Pink. HEX triplet: FC, B7 and 8C. RGB value is (252,183,140). Sum of RGB (Red+Green+Blue) = 252+183+140=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB78C is #034873. Grayscale: #C6C6C6. Windows color (decimal): -215156 or 9222140. OLE color: 9222140.
HSL color Cylindrical-coordinate representation of color #FCB78C: hue angle of 23.04º 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 #FCB78C is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 140 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.01 |
| HSL | 23.04º | 0.95% | 0.77% | - |
| HSV(B) | 23.04º | 0.44% | 0.99% | - |
| XYZ | 61.81 | 56.46 | 32.45 | - |
| YUV | 198.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 140 | 0 | 0.27 | 0.44 | 0.01 | 23.04 | 0.95 | 0.77 |
| Hex | FC | B7 | 8C | 0 | 1B | 2C | 1 | 17 | 5F | 4D |
| Octal | 374 | 267 | 214 | 0 | 33 | 54 | 1 | 27 | 137 | 115 |
| Binary | 11111100 | 10110111 | 10001100 | 0 | 11011 | 101100 | 1 | 10111 | 1011111 | 1001101 |
Color Harmonies of #FCB78C
Complementary color
Monochromatic Colors of #FCB78C
Black with #FCB78C
Text Example
Text Example
White with #FCB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB78C; }
p { color: rgb(252,183,140); }
H1.HeaderClassName
{
color: #FCB78C;
}
.AnyTagClassName
{
color: #FCB78C;
}
</style>
background-color css
<style>
a { background-color: #FCB78C; }
a { background-color: rgb(252,183,140); }
div.DivClassName
{
background-color: #FCB78C;
}
.BgClassName
{
background-color: #FCB78C;
}
</style>
border-color css
<style>
span { border-color: #FCB78C; }
span { border-color: rgb(252,183,140); }
td.TdClassName
{
border-color: #FCB78C;
}
.TagClassName
{
border-color: #FCB78C;
}
</style>