Shades of Mandys Pink #FCBA92
Tints of Mandys Pink #FCBA92
RGB
CMYK
RGB Variations
Color information
#FCBA92 (or 0xFCBA92) is known color: Mandys Pink. HEX triplet: FC, BA and 92. RGB value is (252,186,146). Sum of RGB (Red+Green+Blue) = 252+186+146=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBA92 is #03456D. Grayscale: #C9C9C9. Windows color (decimal): -214382 or 9616124. OLE color: 9616124.
HSL color Cylindrical-coordinate representation of color #FCBA92: hue angle of 22.64º 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 #FCBA92 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 146 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.01 |
| HSL | 22.64º | 0.95% | 0.78% | - |
| HSV(B) | 22.64º | 0.42% | 0.99% | - |
| XYZ | 62.89 | 57.89 | 35.05 | - |
| YUV | 201.17 | 96.87 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 146 | 0 | 0.26 | 0.42 | 0.01 | 22.64 | 0.95 | 0.78 |
| Hex | FC | BA | 92 | 0 | 1A | 2A | 1 | 17 | 5F | 4E |
| Octal | 374 | 272 | 222 | 0 | 32 | 52 | 1 | 27 | 137 | 116 |
| Binary | 11111100 | 10111010 | 10010010 | 0 | 11010 | 101010 | 1 | 10111 | 1011111 | 1001110 |
Color Harmonies of #FCBA92
Complementary color
Monochromatic Colors of #FCBA92
Black with #FCBA92
Text Example
Text Example
White with #FCBA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA92; }
p { color: rgb(252,186,146); }
H1.HeaderClassName
{
color: #FCBA92;
}
.AnyTagClassName
{
color: #FCBA92;
}
</style>
background-color css
<style>
a { background-color: #FCBA92; }
a { background-color: rgb(252,186,146); }
div.DivClassName
{
background-color: #FCBA92;
}
.BgClassName
{
background-color: #FCBA92;
}
</style>
border-color css
<style>
span { border-color: #FCBA92; }
span { border-color: rgb(252,186,146); }
td.TdClassName
{
border-color: #FCBA92;
}
.TagClassName
{
border-color: #FCBA92;
}
</style>