Shades of Mandys Pink #FCBA93
Tints of Mandys Pink #FCBA93
RGB
CMYK
RGB Variations
Color information
#FCBA93 (or 0xFCBA93) is known color: Mandys Pink. HEX triplet: FC, BA and 93. RGB value is (252,186,147). Sum of RGB (Red+Green+Blue) = 252+186+147=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA93 is #03456C. Grayscale: #C9C9C9. Windows color (decimal): -214381 or 9681660. OLE color: 9681660.
HSL color Cylindrical-coordinate representation of color #FCBA93: hue angle of 22.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCBA93 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 147 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.01 |
| HSL | 22.29º | 0.95% | 0.78% | - |
| HSV(B) | 22.29º | 0.42% | 0.99% | - |
| XYZ | 62.97 | 57.92 | 35.46 | - |
| YUV | 201.29 | 97.37 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 147 | 0 | 0.26 | 0.42 | 0.01 | 22.29 | 0.95 | 0.78 |
| Hex | FC | BA | 93 | 0 | 1A | 2A | 1 | 16 | 5F | 4E |
| Octal | 374 | 272 | 223 | 0 | 32 | 52 | 1 | 26 | 137 | 116 |
| Binary | 11111100 | 10111010 | 10010011 | 0 | 11010 | 101010 | 1 | 10110 | 1011111 | 1001110 |
Color Harmonies of #FCBA93
Complementary color
Monochromatic Colors of #FCBA93
Black with #FCBA93
Text Example
Text Example
White with #FCBA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA93; }
p { color: rgb(252,186,147); }
H1.HeaderClassName
{
color: #FCBA93;
}
.AnyTagClassName
{
color: #FCBA93;
}
</style>
background-color css
<style>
a { background-color: #FCBA93; }
a { background-color: rgb(252,186,147); }
div.DivClassName
{
background-color: #FCBA93;
}
.BgClassName
{
background-color: #FCBA93;
}
</style>
border-color css
<style>
span { border-color: #FCBA93; }
span { border-color: rgb(252,186,147); }
td.TdClassName
{
border-color: #FCBA93;
}
.TagClassName
{
border-color: #FCBA93;
}
</style>