Shades of Mandys Pink #FCB990
Tints of Mandys Pink #FCB990
RGB
CMYK
RGB Variations
Color information
#FCB990 (or 0xFCB990) is known color: Mandys Pink. HEX triplet: FC, B9 and 90. RGB value is (252,185,144). Sum of RGB (Red+Green+Blue) = 252+185+144=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB990 is #03466F. Grayscale: #C8C8C8. Windows color (decimal): -214640 or 9484796. OLE color: 9484796.
HSL color Cylindrical-coordinate representation of color #FCB990: hue angle of 22.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCB990 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 144 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.01 |
| HSL | 22.78º | 0.95% | 0.78% | - |
| HSV(B) | 22.78º | 0.43% | 0.99% | - |
| XYZ | 62.53 | 57.41 | 34.17 | - |
| YUV | 200.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 144 | 0 | 0.27 | 0.43 | 0.01 | 22.78 | 0.95 | 0.78 |
| Hex | FC | B9 | 90 | 0 | 1B | 2B | 1 | 17 | 5F | 4E |
| Octal | 374 | 271 | 220 | 0 | 33 | 53 | 1 | 27 | 137 | 116 |
| Binary | 11111100 | 10111001 | 10010000 | 0 | 11011 | 101011 | 1 | 10111 | 1011111 | 1001110 |
Color Harmonies of #FCB990
Complementary color
Monochromatic Colors of #FCB990
Black with #FCB990
Text Example
Text Example
White with #FCB990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB990; }
p { color: rgb(252,185,144); }
H1.HeaderClassName
{
color: #FCB990;
}
.AnyTagClassName
{
color: #FCB990;
}
</style>
background-color css
<style>
a { background-color: #FCB990; }
a { background-color: rgb(252,185,144); }
div.DivClassName
{
background-color: #FCB990;
}
.BgClassName
{
background-color: #FCB990;
}
</style>
border-color css
<style>
span { border-color: #FCB990; }
span { border-color: rgb(252,185,144); }
td.TdClassName
{
border-color: #FCB990;
}
.TagClassName
{
border-color: #FCB990;
}
</style>