Shades of Light Pink #FDB0B7
Tints of Light Pink #FDB0B7
RGB
CMYK
RGB Variations
Color information
#FDB0B7 (or 0xFDB0B7) is known color: Light Pink. HEX triplet: FD, B0 and B7. RGB value is (253,176,183). Sum of RGB (Red+Green+Blue) = 253+176+183=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0B7 is #024F48. Grayscale: #C7C7C7. Windows color (decimal): -151369 or 12038397. OLE color: 12038397.
HSL color Cylindrical-coordinate representation of color #FDB0B7: hue angle of 354.55º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB0B7 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 183 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.01 |
| HSL | 354.55º | 0.95% | 0.84% | - |
| HSV(B) | 354.55º | 0.3% | 0.99% | - |
| XYZ | 64.58 | 55.35 | 52.08 | - |
| YUV | 199.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 183 | 0 | 0.30 | 0.28 | 0.01 | 354.55 | 0.95 | 0.84 |
| Hex | FD | B0 | B7 | 0 | 1E | 1C | 1 | 163 | 5F | 54 |
| Octal | 375 | 260 | 267 | 0 | 36 | 34 | 1 | 543 | 137 | 124 |
| Binary | 11111101 | 10110000 | 10110111 | 0 | 11110 | 11100 | 1 | 101100011 | 1011111 | 1010100 |
Color Harmonies of #FDB0B7
Complementary color
Monochromatic Colors of #FDB0B7
Black with #FDB0B7
Text Example
Text Example
White with #FDB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0B7; }
p { color: rgb(253,176,183); }
H1.HeaderClassName
{
color: #FDB0B7;
}
.AnyTagClassName
{
color: #FDB0B7;
}
</style>
background-color css
<style>
a { background-color: #FDB0B7; }
a { background-color: rgb(253,176,183); }
div.DivClassName
{
background-color: #FDB0B7;
}
.BgClassName
{
background-color: #FDB0B7;
}
</style>
border-color css
<style>
span { border-color: #FDB0B7; }
span { border-color: rgb(253,176,183); }
td.TdClassName
{
border-color: #FDB0B7;
}
.TagClassName
{
border-color: #FDB0B7;
}
</style>