Shades of Mandys Pink #FCB790
Tints of Mandys Pink #FCB790
RGB
CMYK
RGB Variations
Color information
#FCB790 (or 0xFCB790) is known color: Mandys Pink. HEX triplet: FC, B7 and 90. RGB value is (252,183,144). Sum of RGB (Red+Green+Blue) = 252+183+144=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB790 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB790 is #03486F. Grayscale: #C7C7C7. Windows color (decimal): -215152 or 9484284. OLE color: 9484284.
HSL color Cylindrical-coordinate representation of color #FCB790: hue angle of 21.67º 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 #FCB790 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 144 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.01 |
| HSL | 21.67º | 0.95% | 0.78% | - |
| HSV(B) | 21.67º | 0.43% | 0.99% | - |
| XYZ | 62.11 | 56.58 | 34.03 | - |
| YUV | 199.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 144 | 0 | 0.27 | 0.43 | 0.01 | 21.67 | 0.95 | 0.78 |
| Hex | FC | B7 | 90 | 0 | 1B | 2B | 1 | 16 | 5F | 4E |
| Octal | 374 | 267 | 220 | 0 | 33 | 53 | 1 | 26 | 137 | 116 |
| Binary | 11111100 | 10110111 | 10010000 | 0 | 11011 | 101011 | 1 | 10110 | 1011111 | 1001110 |
Color Harmonies of #FCB790
Complementary color
Monochromatic Colors of #FCB790
Black with #FCB790
Text Example
Text Example
White with #FCB790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB790; }
p { color: rgb(252,183,144); }
H1.HeaderClassName
{
color: #FCB790;
}
.AnyTagClassName
{
color: #FCB790;
}
</style>
background-color css
<style>
a { background-color: #FCB790; }
a { background-color: rgb(252,183,144); }
div.DivClassName
{
background-color: #FCB790;
}
.BgClassName
{
background-color: #FCB790;
}
</style>
border-color css
<style>
span { border-color: #FCB790; }
span { border-color: rgb(252,183,144); }
td.TdClassName
{
border-color: #FCB790;
}
.TagClassName
{
border-color: #FCB790;
}
</style>