Shades of Light Pink #FDB7BD
Tints of Light Pink #FDB7BD
RGB
CMYK
RGB Variations
Color information
#FDB7BD (or 0xFDB7BD) is known color: Light Pink. HEX triplet: FD, B7 and BD. RGB value is (253,183,189). Sum of RGB (Red+Green+Blue) = 253+183+189=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7BD is #024842. Grayscale: #CCCCCC. Windows color (decimal): -149571 or 12433405. OLE color: 12433405.
HSL color Cylindrical-coordinate representation of color #FDB7BD: hue angle of 354.86º 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 #FDB7BD is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 189 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.01 |
| HSL | 354.86º | 0.95% | 0.85% | - |
| HSV(B) | 354.86º | 0.28% | 0.99% | - |
| XYZ | 66.63 | 58.42 | 55.91 | - |
| YUV | 204.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 189 | 0 | 0.28 | 0.25 | 0.01 | 354.86 | 0.95 | 0.85 |
| Hex | FD | B7 | BD | 0 | 1C | 19 | 1 | 163 | 5F | 55 |
| Octal | 375 | 267 | 275 | 0 | 34 | 31 | 1 | 543 | 137 | 125 |
| Binary | 11111101 | 10110111 | 10111101 | 0 | 11100 | 11001 | 1 | 101100011 | 1011111 | 1010101 |
Color Harmonies of #FDB7BD
Complementary color
Monochromatic Colors of #FDB7BD
Black with #FDB7BD
Text Example
Text Example
White with #FDB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7BD; }
p { color: rgb(253,183,189); }
H1.HeaderClassName
{
color: #FDB7BD;
}
.AnyTagClassName
{
color: #FDB7BD;
}
</style>
background-color css
<style>
a { background-color: #FDB7BD; }
a { background-color: rgb(253,183,189); }
div.DivClassName
{
background-color: #FDB7BD;
}
.BgClassName
{
background-color: #FDB7BD;
}
</style>
border-color css
<style>
span { border-color: #FDB7BD; }
span { border-color: rgb(253,183,189); }
td.TdClassName
{
border-color: #FDB7BD;
}
.TagClassName
{
border-color: #FDB7BD;
}
</style>