Shades of Light Pink #FDB1B5
Tints of Light Pink #FDB1B5
RGB
CMYK
RGB Variations
Color information
#FDB1B5 (or 0xFDB1B5) is known color: Light Pink. HEX triplet: FD, B1 and B5. RGB value is (253,177,181). Sum of RGB (Red+Green+Blue) = 253+177+181=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1B5 is #024E4A. Grayscale: #C8C8C8. Windows color (decimal): -151115 or 11907581. OLE color: 11907581.
HSL color Cylindrical-coordinate representation of color #FDB1B5: hue angle of 356.84º 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 #FDB1B5 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 181 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.01 |
| HSL | 356.84º | 0.95% | 0.84% | - |
| HSV(B) | 356.84º | 0.3% | 0.99% | - |
| XYZ | 64.57 | 55.66 | 51.06 | - |
| YUV | 200.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 181 | 0 | 0.30 | 0.28 | 0.01 | 356.84 | 0.95 | 0.84 |
| Hex | FD | B1 | B5 | 0 | 1E | 1C | 1 | 165 | 5F | 54 |
| Octal | 375 | 261 | 265 | 0 | 36 | 34 | 1 | 545 | 137 | 124 |
| Binary | 11111101 | 10110001 | 10110101 | 0 | 11110 | 11100 | 1 | 101100101 | 1011111 | 1010100 |
Color Harmonies of #FDB1B5
Complementary color
Monochromatic Colors of #FDB1B5
Black with #FDB1B5
Text Example
Text Example
White with #FDB1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1B5; }
p { color: rgb(253,177,181); }
H1.HeaderClassName
{
color: #FDB1B5;
}
.AnyTagClassName
{
color: #FDB1B5;
}
</style>
background-color css
<style>
a { background-color: #FDB1B5; }
a { background-color: rgb(253,177,181); }
div.DivClassName
{
background-color: #FDB1B5;
}
.BgClassName
{
background-color: #FDB1B5;
}
</style>
border-color css
<style>
span { border-color: #FDB1B5; }
span { border-color: rgb(253,177,181); }
td.TdClassName
{
border-color: #FDB1B5;
}
.TagClassName
{
border-color: #FDB1B5;
}
</style>