Shades of Light Pink #FDB0B1
Tints of Light Pink #FDB0B1
RGB
CMYK
RGB Variations
Color information
#FDB0B1 (or 0xFDB0B1) is known color: Light Pink. HEX triplet: FD, B0 and B1. RGB value is (253,176,177). Sum of RGB (Red+Green+Blue) = 253+176+177=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB0B1 is #024F4E. Grayscale: #C7C7C7. Windows color (decimal): -151375 or 11645181. OLE color: 11645181.
HSL color Cylindrical-coordinate representation of color #FDB0B1: hue angle of 359.22º 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 #FDB0B1 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 177 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.01 |
| HSL | 359.22º | 0.95% | 0.84% | - |
| HSV(B) | 359.22º | 0.3% | 0.99% | - |
| XYZ | 63.97 | 55.11 | 48.86 | - |
| YUV | 199.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 177 | 0 | 0.30 | 0.30 | 0.01 | 359.22 | 0.95 | 0.84 |
| Hex | FD | B0 | B1 | 0 | 1E | 1E | 1 | 167 | 5F | 54 |
| Octal | 375 | 260 | 261 | 0 | 36 | 36 | 1 | 547 | 137 | 124 |
| Binary | 11111101 | 10110000 | 10110001 | 0 | 11110 | 11110 | 1 | 101100111 | 1011111 | 1010100 |
Color Harmonies of #FDB0B1
Complementary color
Monochromatic Colors of #FDB0B1
Black with #FDB0B1
Text Example
Text Example
White with #FDB0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0B1; }
p { color: rgb(253,176,177); }
H1.HeaderClassName
{
color: #FDB0B1;
}
.AnyTagClassName
{
color: #FDB0B1;
}
</style>
background-color css
<style>
a { background-color: #FDB0B1; }
a { background-color: rgb(253,176,177); }
div.DivClassName
{
background-color: #FDB0B1;
}
.BgClassName
{
background-color: #FDB0B1;
}
</style>
border-color css
<style>
span { border-color: #FDB0B1; }
span { border-color: rgb(253,176,177); }
td.TdClassName
{
border-color: #FDB0B1;
}
.TagClassName
{
border-color: #FDB0B1;
}
</style>