Shades of Mandys Pink #FCBA98
Tints of Mandys Pink #FCBA98
RGB
CMYK
RGB Variations
Color information
#FCBA98 (or 0xFCBA98) is known color: Mandys Pink. HEX triplet: FC, BA and 98. RGB value is (252,186,152). Sum of RGB (Red+Green+Blue) = 252+186+152=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 152 (59.77% from 255 or 25.76% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA98 is #034567. Grayscale: #CACACA. Windows color (decimal): -214376 or 10009340. OLE color: 10009340.
HSL color Cylindrical-coordinate representation of color #FCBA98: hue angle of 20.4º 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 #FCBA98 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 152 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.01 |
| HSL | 20.4º | 0.94% | 0.79% | - |
| HSV(B) | 20.4º | 0.4% | 0.99% | - |
| XYZ | 63.37 | 58.08 | 37.58 | - |
| YUV | 201.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 152 | 0 | 0.26 | 0.40 | 0.01 | 20.4 | 0.94 | 0.79 |
| Hex | FC | BA | 98 | 0 | 1A | 28 | 1 | 14 | 5E | 4F |
| Octal | 374 | 272 | 230 | 0 | 32 | 50 | 1 | 24 | 136 | 117 |
| Binary | 11111100 | 10111010 | 10011000 | 0 | 11010 | 101000 | 1 | 10100 | 1011110 | 1001111 |
Color Harmonies of #FCBA98
Complementary color
Monochromatic Colors of #FCBA98
Black with #FCBA98
Text Example
Text Example
White with #FCBA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA98; }
p { color: rgb(252,186,152); }
H1.HeaderClassName
{
color: #FCBA98;
}
.AnyTagClassName
{
color: #FCBA98;
}
</style>
background-color css
<style>
a { background-color: #FCBA98; }
a { background-color: rgb(252,186,152); }
div.DivClassName
{
background-color: #FCBA98;
}
.BgClassName
{
background-color: #FCBA98;
}
</style>
border-color css
<style>
span { border-color: #FCBA98; }
span { border-color: rgb(252,186,152); }
td.TdClassName
{
border-color: #FCBA98;
}
.TagClassName
{
border-color: #FCBA98;
}
</style>