Shades of Mandys Pink #FCBB8C
Tints of Mandys Pink #FCBB8C
RGB
CMYK
RGB Variations
Color information
#FCBB8C (or 0xFCBB8C) is known color: Mandys Pink. HEX triplet: FC, BB and 8C. RGB value is (252,187,140). Sum of RGB (Red+Green+Blue) = 252+187+140=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBB8C is #034473. Grayscale: #C9C9C9. Windows color (decimal): -214132 or 9223164. OLE color: 9223164.
HSL color Cylindrical-coordinate representation of color #FCBB8C: hue angle of 25.18º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCBB8C is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 140 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.01 |
| HSL | 25.18º | 0.95% | 0.77% | - |
| HSV(B) | 25.18º | 0.44% | 0.99% | - |
| XYZ | 62.65 | 58.13 | 32.73 | - |
| YUV | 201.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 140 | 0 | 0.26 | 0.44 | 0.01 | 25.18 | 0.95 | 0.77 |
| Hex | FC | BB | 8C | 0 | 1A | 2C | 1 | 19 | 5F | 4D |
| Octal | 374 | 273 | 214 | 0 | 32 | 54 | 1 | 31 | 137 | 115 |
| Binary | 11111100 | 10111011 | 10001100 | 0 | 11010 | 101100 | 1 | 11001 | 1011111 | 1001101 |
Color Harmonies of #FCBB8C
Complementary color
Monochromatic Colors of #FCBB8C
Black with #FCBB8C
Text Example
Text Example
White with #FCBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB8C; }
p { color: rgb(252,187,140); }
H1.HeaderClassName
{
color: #FCBB8C;
}
.AnyTagClassName
{
color: #FCBB8C;
}
</style>
background-color css
<style>
a { background-color: #FCBB8C; }
a { background-color: rgb(252,187,140); }
div.DivClassName
{
background-color: #FCBB8C;
}
.BgClassName
{
background-color: #FCBB8C;
}
</style>
border-color css
<style>
span { border-color: #FCBB8C; }
span { border-color: rgb(252,187,140); }
td.TdClassName
{
border-color: #FCBB8C;
}
.TagClassName
{
border-color: #FCBB8C;
}
</style>