Shades of Light Pink #FDB1BD
Tints of Light Pink #FDB1BD
RGB
CMYK
RGB Variations
Color information
#FDB1BD (or 0xFDB1BD) is known color: Light Pink. HEX triplet: FD, B1 and BD. RGB value is (253,177,189). Sum of RGB (Red+Green+Blue) = 253+177+189=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1BD is #024E42. Grayscale: #C9C9C9. Windows color (decimal): -151107 or 12431869. OLE color: 12431869.
HSL color Cylindrical-coordinate representation of color #FDB1BD: hue angle of 350.53º 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 #FDB1BD is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 189 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.01 |
| HSL | 350.53º | 0.95% | 0.84% | - |
| HSV(B) | 350.53º | 0.3% | 0.99% | - |
| XYZ | 65.42 | 56 | 55.51 | - |
| YUV | 201.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 189 | 0 | 0.30 | 0.25 | 0.01 | 350.53 | 0.95 | 0.84 |
| Hex | FD | B1 | BD | 0 | 1E | 19 | 1 | 15F | 5F | 54 |
| Octal | 375 | 261 | 275 | 0 | 36 | 31 | 1 | 537 | 137 | 124 |
| Binary | 11111101 | 10110001 | 10111101 | 0 | 11110 | 11001 | 1 | 101011111 | 1011111 | 1010100 |
Color Harmonies of #FDB1BD
Complementary color
Monochromatic Colors of #FDB1BD
Black with #FDB1BD
Text Example
Text Example
White with #FDB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1BD; }
p { color: rgb(253,177,189); }
H1.HeaderClassName
{
color: #FDB1BD;
}
.AnyTagClassName
{
color: #FDB1BD;
}
</style>
background-color css
<style>
a { background-color: #FDB1BD; }
a { background-color: rgb(253,177,189); }
div.DivClassName
{
background-color: #FDB1BD;
}
.BgClassName
{
background-color: #FDB1BD;
}
</style>
border-color css
<style>
span { border-color: #FDB1BD; }
span { border-color: rgb(253,177,189); }
td.TdClassName
{
border-color: #FDB1BD;
}
.TagClassName
{
border-color: #FDB1BD;
}
</style>