Shades of Mandys Pink #FDBB8D
Tints of Mandys Pink #FDBB8D
RGB
CMYK
RGB Variations
Color information
#FDBB8D (or 0xFDBB8D) is known color: Mandys Pink. HEX triplet: FD, BB and 8D. RGB value is (253,187,141). Sum of RGB (Red+Green+Blue) = 253+187+141=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBB8D is #024472. Grayscale: #C9C9C9. Windows color (decimal): -148595 or 9288701. OLE color: 9288701.
HSL color Cylindrical-coordinate representation of color #FDBB8D: hue angle of 24.64º 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 #FDBB8D is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 187 | 141 | - |
CMYK | 0 | 0.26 | 0.44 | 0.01 |
HSL | 24.64º | 0.97% | 0.77% | - |
HSV(B) | 24.64º | 0.44% | 0.99% | - |
XYZ | 63.09 | 58.35 | 33.14 | - |
YUV | 201.49 | 93.87 | 164.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 187 | 141 | 0 | 0.26 | 0.44 | 0.01 | 24.64 | 0.97 | 0.77 |
Hex | FD | BB | 8D | 0 | 1A | 2C | 1 | 19 | 61 | 4D |
Octal | 375 | 273 | 215 | 0 | 32 | 54 | 1 | 31 | 141 | 115 |
Binary | 11111101 | 10111011 | 10001101 | 0 | 11010 | 101100 | 1 | 11001 | 1100001 | 1001101 |
Color Harmonies of #FDBB8D
Complementary color
Monochromatic Colors of #FDBB8D
Black with #FDBB8D
Text Example
Text Example
White with #FDBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB8D; }
p { color: rgb(253,187,141); }
H1.HeaderClassName
{
color: #FDBB8D;
}
.AnyTagClassName
{
color: #FDBB8D;
}
</style>
background-color css
<style>
a { background-color: #FDBB8D; }
a { background-color: rgb(253,187,141); }
div.DivClassName
{
background-color: #FDBB8D;
}
.BgClassName
{
background-color: #FDBB8D;
}
</style>
border-color css
<style>
span { border-color: #FDBB8D; }
span { border-color: rgb(253,187,141); }
td.TdClassName
{
border-color: #FDBB8D;
}
.TagClassName
{
border-color: #FDBB8D;
}
</style>