Shades of Mandys Pink #FDBA8C
Tints of Mandys Pink #FDBA8C
RGB
CMYK
RGB Variations
Color information
#FDBA8C (or 0xFDBA8C) is known color: Mandys Pink. HEX triplet: FD, BA and 8C. RGB value is (253,186,140). Sum of RGB (Red+Green+Blue) = 253+186+140=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBA8C is #024573. Grayscale: #C9C9C9. Windows color (decimal): -148852 or 9222909. OLE color: 9222909.
HSL color Cylindrical-coordinate representation of color #FDBA8C: hue angle of 24.42º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDBA8C is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 140 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.01 |
| HSL | 24.42º | 0.97% | 0.77% | - |
| HSV(B) | 24.42º | 0.45% | 0.99% | - |
| XYZ | 62.8 | 57.89 | 32.68 | - |
| YUV | 200.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 140 | 0 | 0.26 | 0.45 | 0.01 | 24.42 | 0.97 | 0.77 |
| Hex | FD | BA | 8C | 0 | 1A | 2D | 1 | 18 | 61 | 4D |
| Octal | 375 | 272 | 214 | 0 | 32 | 55 | 1 | 30 | 141 | 115 |
| Binary | 11111101 | 10111010 | 10001100 | 0 | 11010 | 101101 | 1 | 11000 | 1100001 | 1001101 |
Color Harmonies of #FDBA8C
Complementary color
Monochromatic Colors of #FDBA8C
Black with #FDBA8C
Text Example
Text Example
White with #FDBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA8C; }
p { color: rgb(253,186,140); }
H1.HeaderClassName
{
color: #FDBA8C;
}
.AnyTagClassName
{
color: #FDBA8C;
}
</style>
background-color css
<style>
a { background-color: #FDBA8C; }
a { background-color: rgb(253,186,140); }
div.DivClassName
{
background-color: #FDBA8C;
}
.BgClassName
{
background-color: #FDBA8C;
}
</style>
border-color css
<style>
span { border-color: #FDBA8C; }
span { border-color: rgb(253,186,140); }
td.TdClassName
{
border-color: #FDBA8C;
}
.TagClassName
{
border-color: #FDBA8C;
}
</style>