Shades of Mandys Pink #FCB89A
Tints of Mandys Pink #FCB89A
RGB
CMYK
RGB Variations
Color information
#FCB89A (or 0xFCB89A) is known color: Mandys Pink. HEX triplet: FC, B8 and 9A. RGB value is (252,184,154). Sum of RGB (Red+Green+Blue) = 252+184+154=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB89A is #034765. Grayscale: #C9C9C9. Windows color (decimal): -214886 or 10139900. OLE color: 10139900.
HSL color Cylindrical-coordinate representation of color #FCB89A: hue angle of 18.37º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCB89A is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 154 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.01 |
| HSL | 18.37º | 0.94% | 0.8% | - |
| HSV(B) | 18.37º | 0.39% | 0.99% | - |
| XYZ | 63.12 | 57.31 | 38.31 | - |
| YUV | 200.91 | 101.53 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 154 | 0 | 0.27 | 0.39 | 0.01 | 18.37 | 0.94 | 0.8 |
| Hex | FC | B8 | 9A | 0 | 1B | 27 | 1 | 12 | 5E | 50 |
| Octal | 374 | 270 | 232 | 0 | 33 | 47 | 1 | 22 | 136 | 120 |
| Binary | 11111100 | 10111000 | 10011010 | 0 | 11011 | 100111 | 1 | 10010 | 1011110 | 1010000 |
Color Harmonies of #FCB89A
Complementary color
Monochromatic Colors of #FCB89A
Black with #FCB89A
Text Example
Text Example
White with #FCB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB89A; }
p { color: rgb(252,184,154); }
H1.HeaderClassName
{
color: #FCB89A;
}
.AnyTagClassName
{
color: #FCB89A;
}
</style>
background-color css
<style>
a { background-color: #FCB89A; }
a { background-color: rgb(252,184,154); }
div.DivClassName
{
background-color: #FCB89A;
}
.BgClassName
{
background-color: #FCB89A;
}
</style>
border-color css
<style>
span { border-color: #FCB89A; }
span { border-color: rgb(252,184,154); }
td.TdClassName
{
border-color: #FCB89A;
}
.TagClassName
{
border-color: #FCB89A;
}
</style>