Shades of Mandys Pink #FCB798
Tints of Mandys Pink #FCB798
RGB
CMYK
RGB Variations
Color information
#FCB798 (or 0xFCB798) is known color: Mandys Pink. HEX triplet: FC, B7 and 98. RGB value is (252,183,152). Sum of RGB (Red+Green+Blue) = 252+183+152=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB798 is #034867. Grayscale: #C8C8C8. Windows color (decimal): -215144 or 10008572. OLE color: 10008572.
HSL color Cylindrical-coordinate representation of color #FCB798: hue angle of 18.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCB798 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 152 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.01 |
| HSL | 18.6º | 0.94% | 0.79% | - |
| HSV(B) | 18.6º | 0.4% | 0.99% | - |
| XYZ | 62.75 | 56.83 | 37.37 | - |
| YUV | 200.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 152 | 0 | 0.27 | 0.40 | 0.01 | 18.6 | 0.94 | 0.79 |
| Hex | FC | B7 | 98 | 0 | 1B | 28 | 1 | 13 | 5E | 4F |
| Octal | 374 | 267 | 230 | 0 | 33 | 50 | 1 | 23 | 136 | 117 |
| Binary | 11111100 | 10110111 | 10011000 | 0 | 11011 | 101000 | 1 | 10011 | 1011110 | 1001111 |
Color Harmonies of #FCB798
Complementary color
Monochromatic Colors of #FCB798
Black with #FCB798
Text Example
Text Example
White with #FCB798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB798; }
p { color: rgb(252,183,152); }
H1.HeaderClassName
{
color: #FCB798;
}
.AnyTagClassName
{
color: #FCB798;
}
</style>
background-color css
<style>
a { background-color: #FCB798; }
a { background-color: rgb(252,183,152); }
div.DivClassName
{
background-color: #FCB798;
}
.BgClassName
{
background-color: #FCB798;
}
</style>
border-color css
<style>
span { border-color: #FCB798; }
span { border-color: rgb(252,183,152); }
td.TdClassName
{
border-color: #FCB798;
}
.TagClassName
{
border-color: #FCB798;
}
</style>