Shades of Mandys Pink #FCB89B
Tints of Mandys Pink #FCB89B
RGB
CMYK
RGB Variations
Color information
#FCB89B (or 0xFCB89B) is known color: Mandys Pink. HEX triplet: FC, B8 and 9B. RGB value is (252,184,155). Sum of RGB (Red+Green+Blue) = 252+184+155=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB89B is #034764. Grayscale: #C9C9C9. Windows color (decimal): -214885 or 10205436. OLE color: 10205436.
HSL color Cylindrical-coordinate representation of color #FCB89B: hue angle of 17.94º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCB89B is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 155 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.01 |
| HSL | 17.94º | 0.94% | 0.8% | - |
| HSV(B) | 17.94º | 0.38% | 0.99% | - |
| XYZ | 63.2 | 57.34 | 38.75 | - |
| YUV | 201.03 | 102.03 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 155 | 0 | 0.27 | 0.38 | 0.01 | 17.94 | 0.94 | 0.8 |
| Hex | FC | B8 | 9B | 0 | 1B | 26 | 1 | 12 | 5E | 50 |
| Octal | 374 | 270 | 233 | 0 | 33 | 46 | 1 | 22 | 136 | 120 |
| Binary | 11111100 | 10111000 | 10011011 | 0 | 11011 | 100110 | 1 | 10010 | 1011110 | 1010000 |
Color Harmonies of #FCB89B
Complementary color
Monochromatic Colors of #FCB89B
Black with #FCB89B
Text Example
Text Example
White with #FCB89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB89B; }
p { color: rgb(252,184,155); }
H1.HeaderClassName
{
color: #FCB89B;
}
.AnyTagClassName
{
color: #FCB89B;
}
</style>
background-color css
<style>
a { background-color: #FCB89B; }
a { background-color: rgb(252,184,155); }
div.DivClassName
{
background-color: #FCB89B;
}
.BgClassName
{
background-color: #FCB89B;
}
</style>
border-color css
<style>
span { border-color: #FCB89B; }
span { border-color: rgb(252,184,155); }
td.TdClassName
{
border-color: #FCB89B;
}
.TagClassName
{
border-color: #FCB89B;
}
</style>