Shades of Mandys Pink #FCB894
Tints of Mandys Pink #FCB894
RGB
CMYK
RGB Variations
Color information
#FCB894 (or 0xFCB894) is known color: Mandys Pink. HEX triplet: FC, B8 and 94. RGB value is (252,184,148). Sum of RGB (Red+Green+Blue) = 252+184+148=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB894 is #03476B. Grayscale: #C8C8C8. Windows color (decimal): -214892 or 9746684. OLE color: 9746684.
HSL color Cylindrical-coordinate representation of color #FCB894: hue angle of 20.77º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCB894 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 148 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.01 |
| HSL | 20.77º | 0.95% | 0.78% | - |
| HSV(B) | 20.77º | 0.41% | 0.99% | - |
| XYZ | 62.63 | 57.11 | 35.74 | - |
| YUV | 200.23 | 98.53 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 148 | 0 | 0.27 | 0.41 | 0.01 | 20.77 | 0.95 | 0.78 |
| Hex | FC | B8 | 94 | 0 | 1B | 29 | 1 | 15 | 5F | 4E |
| Octal | 374 | 270 | 224 | 0 | 33 | 51 | 1 | 25 | 137 | 116 |
| Binary | 11111100 | 10111000 | 10010100 | 0 | 11011 | 101001 | 1 | 10101 | 1011111 | 1001110 |
Color Harmonies of #FCB894
Complementary color
Monochromatic Colors of #FCB894
Black with #FCB894
Text Example
Text Example
White with #FCB894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB894; }
p { color: rgb(252,184,148); }
H1.HeaderClassName
{
color: #FCB894;
}
.AnyTagClassName
{
color: #FCB894;
}
</style>
background-color css
<style>
a { background-color: #FCB894; }
a { background-color: rgb(252,184,148); }
div.DivClassName
{
background-color: #FCB894;
}
.BgClassName
{
background-color: #FCB894;
}
</style>
border-color css
<style>
span { border-color: #FCB894; }
span { border-color: rgb(252,184,148); }
td.TdClassName
{
border-color: #FCB894;
}
.TagClassName
{
border-color: #FCB894;
}
</style>