Shades of Light Pink #FDB0BD
Tints of Light Pink #FDB0BD
RGB
CMYK
RGB Variations
Color information
#FDB0BD (or 0xFDB0BD) is known color: Light Pink. HEX triplet: FD, B0 and BD. RGB value is (253,176,189). Sum of RGB (Red+Green+Blue) = 253+176+189=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0BD is #024F42. Grayscale: #C8C8C8. Windows color (decimal): -151363 or 12431613. OLE color: 12431613.
HSL color Cylindrical-coordinate representation of color #FDB0BD: hue angle of 349.87º 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 #FDB0BD is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 189 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.01 |
| HSL | 349.87º | 0.95% | 0.84% | - |
| HSV(B) | 349.87º | 0.3% | 0.99% | - |
| XYZ | 65.22 | 55.61 | 55.44 | - |
| YUV | 200.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 189 | 0 | 0.30 | 0.25 | 0.01 | 349.87 | 0.95 | 0.84 |
| Hex | FD | B0 | BD | 0 | 1E | 19 | 1 | 15E | 5F | 54 |
| Octal | 375 | 260 | 275 | 0 | 36 | 31 | 1 | 536 | 137 | 124 |
| Binary | 11111101 | 10110000 | 10111101 | 0 | 11110 | 11001 | 1 | 101011110 | 1011111 | 1010100 |
Color Harmonies of #FDB0BD
Complementary color
Monochromatic Colors of #FDB0BD
Black with #FDB0BD
Text Example
Text Example
White with #FDB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0BD; }
p { color: rgb(253,176,189); }
H1.HeaderClassName
{
color: #FDB0BD;
}
.AnyTagClassName
{
color: #FDB0BD;
}
</style>
background-color css
<style>
a { background-color: #FDB0BD; }
a { background-color: rgb(253,176,189); }
div.DivClassName
{
background-color: #FDB0BD;
}
.BgClassName
{
background-color: #FDB0BD;
}
</style>
border-color css
<style>
span { border-color: #FDB0BD; }
span { border-color: rgb(253,176,189); }
td.TdClassName
{
border-color: #FDB0BD;
}
.TagClassName
{
border-color: #FDB0BD;
}
</style>