Shades of Light Pink #FDB5BB
Tints of Light Pink #FDB5BB
RGB
CMYK
RGB Variations
Color information
#FDB5BB (or 0xFDB5BB) is known color: Light Pink. HEX triplet: FD, B5 and BB. RGB value is (253,181,187). Sum of RGB (Red+Green+Blue) = 253+181+187=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5BB is #024A44. Grayscale: #CBCBCB. Windows color (decimal): -150085 or 12301821. OLE color: 12301821.
HSL color Cylindrical-coordinate representation of color #FDB5BB: hue angle of 355º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB5BB is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 187 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.01 |
| HSL | 355º | 0.95% | 0.85% | - |
| HSV(B) | 355º | 0.28% | 0.99% | - |
| XYZ | 66 | 57.52 | 54.64 | - |
| YUV | 203.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 187 | 0 | 0.28 | 0.26 | 0.01 | 355 | 0.95 | 0.85 |
| Hex | FD | B5 | BB | 0 | 1C | 1A | 1 | 163 | 5F | 55 |
| Octal | 375 | 265 | 273 | 0 | 34 | 32 | 1 | 543 | 137 | 125 |
| Binary | 11111101 | 10110101 | 10111011 | 0 | 11100 | 11010 | 1 | 101100011 | 1011111 | 1010101 |
Color Harmonies of #FDB5BB
Complementary color
Monochromatic Colors of #FDB5BB
Black with #FDB5BB
Text Example
Text Example
White with #FDB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5BB; }
p { color: rgb(253,181,187); }
H1.HeaderClassName
{
color: #FDB5BB;
}
.AnyTagClassName
{
color: #FDB5BB;
}
</style>
background-color css
<style>
a { background-color: #FDB5BB; }
a { background-color: rgb(253,181,187); }
div.DivClassName
{
background-color: #FDB5BB;
}
.BgClassName
{
background-color: #FDB5BB;
}
</style>
border-color css
<style>
span { border-color: #FDB5BB; }
span { border-color: rgb(253,181,187); }
td.TdClassName
{
border-color: #FDB5BB;
}
.TagClassName
{
border-color: #FDB5BB;
}
</style>