Shades of Mandys Pink #FCBC90
Tints of Mandys Pink #FCBC90
RGB
CMYK
RGB Variations
Color information
#FCBC90 (or 0xFCBC90) is known color: Mandys Pink. HEX triplet: FC, BC and 90. RGB value is (252,188,144). Sum of RGB (Red+Green+Blue) = 252+188+144=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBC90 is #03436F. Grayscale: #CACACA. Windows color (decimal): -213872 or 9485564. OLE color: 9485564.
HSL color Cylindrical-coordinate representation of color #FCBC90: hue angle of 24.44º 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 #FCBC90 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 144 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.01 |
| HSL | 24.44º | 0.95% | 0.78% | - |
| HSV(B) | 24.44º | 0.43% | 0.99% | - |
| XYZ | 63.16 | 58.68 | 34.38 | - |
| YUV | 202.12 | 95.2 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 144 | 0 | 0.25 | 0.43 | 0.01 | 24.44 | 0.95 | 0.78 |
| Hex | FC | BC | 90 | 0 | 19 | 2B | 1 | 18 | 5F | 4E |
| Octal | 374 | 274 | 220 | 0 | 31 | 53 | 1 | 30 | 137 | 116 |
| Binary | 11111100 | 10111100 | 10010000 | 0 | 11001 | 101011 | 1 | 11000 | 1011111 | 1001110 |
Color Harmonies of #FCBC90
Complementary color
Monochromatic Colors of #FCBC90
Black with #FCBC90
Text Example
Text Example
White with #FCBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC90; }
p { color: rgb(252,188,144); }
H1.HeaderClassName
{
color: #FCBC90;
}
.AnyTagClassName
{
color: #FCBC90;
}
</style>
background-color css
<style>
a { background-color: #FCBC90; }
a { background-color: rgb(252,188,144); }
div.DivClassName
{
background-color: #FCBC90;
}
.BgClassName
{
background-color: #FCBC90;
}
</style>
border-color css
<style>
span { border-color: #FCBC90; }
span { border-color: rgb(252,188,144); }
td.TdClassName
{
border-color: #FCBC90;
}
.TagClassName
{
border-color: #FCBC90;
}
</style>