Shades of Mandys Pink #FDBD8E
Tints of Mandys Pink #FDBD8E
RGB
CMYK
RGB Variations
Color information
#FDBD8E (or 0xFDBD8E) is known color: Mandys Pink. HEX triplet: FD, BD and 8E. RGB value is (253,189,142). Sum of RGB (Red+Green+Blue) = 253+189+142=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBD8E is #024271. Grayscale: #CBCBCB. Windows color (decimal): -148082 or 9354749. OLE color: 9354749.
HSL color Cylindrical-coordinate representation of color #FDBD8E: hue angle of 25.41º degrees, saturation: 0.97, 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 #FDBD8E is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 142 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.01 |
| HSL | 25.41º | 0.97% | 0.77% | - |
| HSV(B) | 25.41º | 0.44% | 0.99% | - |
| XYZ | 63.59 | 59.23 | 33.67 | - |
| YUV | 202.78 | 93.7 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 142 | 0 | 0.25 | 0.44 | 0.01 | 25.41 | 0.97 | 0.77 |
| Hex | FD | BD | 8E | 0 | 19 | 2C | 1 | 19 | 61 | 4D |
| Octal | 375 | 275 | 216 | 0 | 31 | 54 | 1 | 31 | 141 | 115 |
| Binary | 11111101 | 10111101 | 10001110 | 0 | 11001 | 101100 | 1 | 11001 | 1100001 | 1001101 |
Color Harmonies of #FDBD8E
Complementary color
Monochromatic Colors of #FDBD8E
Black with #FDBD8E
Text Example
Text Example
White with #FDBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD8E; }
p { color: rgb(253,189,142); }
H1.HeaderClassName
{
color: #FDBD8E;
}
.AnyTagClassName
{
color: #FDBD8E;
}
</style>
background-color css
<style>
a { background-color: #FDBD8E; }
a { background-color: rgb(253,189,142); }
div.DivClassName
{
background-color: #FDBD8E;
}
.BgClassName
{
background-color: #FDBD8E;
}
</style>
border-color css
<style>
span { border-color: #FDBD8E; }
span { border-color: rgb(253,189,142); }
td.TdClassName
{
border-color: #FDBD8E;
}
.TagClassName
{
border-color: #FDBD8E;
}
</style>