Shades of Mandys Pink #FDBD9D
Tints of Mandys Pink #FDBD9D
RGB
CMYK
RGB Variations
Color information
#FDBD9D (or 0xFDBD9D) is known color: Mandys Pink. HEX triplet: FD, BD and 9D. RGB value is (253,189,157). Sum of RGB (Red+Green+Blue) = 253+189+157=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBD9D is #024262. Grayscale: #CCCCCC. Windows color (decimal): -148067 or 10337789. OLE color: 10337789.
HSL color Cylindrical-coordinate representation of color #FDBD9D: hue angle of 20º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDBD9D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 157 | - |
CMYK | 0 | 0.25 | 0.38 | 0.01 |
HSL | 20º | 0.96% | 0.8% | - |
HSV(B) | 20º | 0.38% | 0.99% | - |
XYZ | 64.79 | 59.71 | 40.01 | - |
YUV | 204.49 | 101.2 | 162.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 157 | 0 | 0.25 | 0.38 | 0.01 | 20 | 0.96 | 0.8 |
Hex | FD | BD | 9D | 0 | 19 | 26 | 1 | 14 | 60 | 50 |
Octal | 375 | 275 | 235 | 0 | 31 | 46 | 1 | 24 | 140 | 120 |
Binary | 11111101 | 10111101 | 10011101 | 0 | 11001 | 100110 | 1 | 10100 | 1100000 | 1010000 |
Color Harmonies of #FDBD9D
Complementary color
Monochromatic Colors of #FDBD9D
Black with #FDBD9D
Text Example
Text Example
White with #FDBD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD9D; }
p { color: rgb(253,189,157); }
H1.HeaderClassName
{
color: #FDBD9D;
}
.AnyTagClassName
{
color: #FDBD9D;
}
</style>
background-color css
<style>
a { background-color: #FDBD9D; }
a { background-color: rgb(253,189,157); }
div.DivClassName
{
background-color: #FDBD9D;
}
.BgClassName
{
background-color: #FDBD9D;
}
</style>
border-color css
<style>
span { border-color: #FDBD9D; }
span { border-color: rgb(253,189,157); }
td.TdClassName
{
border-color: #FDBD9D;
}
.TagClassName
{
border-color: #FDBD9D;
}
</style>