Shades of Mandys Pink #FCBB90
Tints of Mandys Pink #FCBB90
RGB
CMYK
RGB Variations
Color information
#FCBB90 (or 0xFCBB90) is known color: Mandys Pink. HEX triplet: FC, BB and 90. RGB value is (252,187,144). Sum of RGB (Red+Green+Blue) = 252+187+144=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBB90 is #03446F. Grayscale: #C9C9C9. Windows color (decimal): -214128 or 9485308. OLE color: 9485308.
HSL color Cylindrical-coordinate representation of color #FCBB90: hue angle of 23.89º 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 #FCBB90 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 144 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.01 |
| HSL | 23.89º | 0.95% | 0.78% | - |
| HSV(B) | 23.89º | 0.43% | 0.99% | - |
| XYZ | 62.95 | 58.25 | 34.31 | - |
| YUV | 201.53 | 95.53 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 144 | 0 | 0.26 | 0.43 | 0.01 | 23.89 | 0.95 | 0.78 |
| Hex | FC | BB | 90 | 0 | 1A | 2B | 1 | 18 | 5F | 4E |
| Octal | 374 | 273 | 220 | 0 | 32 | 53 | 1 | 30 | 137 | 116 |
| Binary | 11111100 | 10111011 | 10010000 | 0 | 11010 | 101011 | 1 | 11000 | 1011111 | 1001110 |
Color Harmonies of #FCBB90
Complementary color
Monochromatic Colors of #FCBB90
Black with #FCBB90
Text Example
Text Example
White with #FCBB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB90; }
p { color: rgb(252,187,144); }
H1.HeaderClassName
{
color: #FCBB90;
}
.AnyTagClassName
{
color: #FCBB90;
}
</style>
background-color css
<style>
a { background-color: #FCBB90; }
a { background-color: rgb(252,187,144); }
div.DivClassName
{
background-color: #FCBB90;
}
.BgClassName
{
background-color: #FCBB90;
}
</style>
border-color css
<style>
span { border-color: #FCBB90; }
span { border-color: rgb(252,187,144); }
td.TdClassName
{
border-color: #FCBB90;
}
.TagClassName
{
border-color: #FCBB90;
}
</style>