Shades of Your Pink #FDBDB7
Tints of Your Pink #FDBDB7
RGB
CMYK
RGB Variations
Color information
#FDBDB7 (or 0xFDBDB7) is known color: Your Pink. HEX triplet: FD, BD and B7. RGB value is (253,189,183). Sum of RGB (Red+Green+Blue) = 253+189+183=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDB7 is #024248. Grayscale: #CFCFCF. Windows color (decimal): -148041 or 12041725. OLE color: 12041725.
HSL color Cylindrical-coordinate representation of color #FDBDB7: hue angle of 5.14º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDBDB7 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 183 | - |
CMYK | 0 | 0.25 | 0.28 | 0.01 |
HSL | 5.14º | 0.95% | 0.85% | - |
HSV(B) | 5.14º | 0.28% | 0.99% | - |
XYZ | 67.25 | 60.7 | 52.97 | - |
YUV | 207.45 | 114.2 | 160.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 183 | 0 | 0.25 | 0.28 | 0.01 | 5.14 | 0.95 | 0.85 |
Hex | FD | BD | B7 | 0 | 19 | 1C | 1 | 5 | 5F | 55 |
Octal | 375 | 275 | 267 | 0 | 31 | 34 | 1 | 5 | 137 | 125 |
Binary | 11111101 | 10111101 | 10110111 | 0 | 11001 | 11100 | 1 | 101 | 1011111 | 1010101 |
Color Harmonies of #FDBDB7
Complementary color
Monochromatic Colors of #FDBDB7
Black with #FDBDB7
Text Example
Text Example
White with #FDBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDB7; }
p { color: rgb(253,189,183); }
H1.HeaderClassName
{
color: #FDBDB7;
}
.AnyTagClassName
{
color: #FDBDB7;
}
</style>
background-color css
<style>
a { background-color: #FDBDB7; }
a { background-color: rgb(253,189,183); }
div.DivClassName
{
background-color: #FDBDB7;
}
.BgClassName
{
background-color: #FDBDB7;
}
</style>
border-color css
<style>
span { border-color: #FDBDB7; }
span { border-color: rgb(253,189,183); }
td.TdClassName
{
border-color: #FDBDB7;
}
.TagClassName
{
border-color: #FDBDB7;
}
</style>