Shades of Light Pink #FDB4BB
Tints of Light Pink #FDB4BB
RGB
CMYK
RGB Variations
Color information
#FDB4BB (or 0xFDB4BB) is known color: Light Pink. HEX triplet: FD, B4 and BB. RGB value is (253,180,187). Sum of RGB (Red+Green+Blue) = 253+180+187=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4BB is #024B44. Grayscale: #CACACA. Windows color (decimal): -150341 or 12301565. OLE color: 12301565.
HSL color Cylindrical-coordinate representation of color #FDB4BB: hue angle of 354.25º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB4BB is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 187 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.01 |
| HSL | 354.25º | 0.95% | 0.85% | - |
| HSV(B) | 354.25º | 0.29% | 0.99% | - |
| XYZ | 65.8 | 57.11 | 54.57 | - |
| YUV | 202.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 187 | 0 | 0.29 | 0.26 | 0.01 | 354.25 | 0.95 | 0.85 |
| Hex | FD | B4 | BB | 0 | 1D | 1A | 1 | 162 | 5F | 55 |
| Octal | 375 | 264 | 273 | 0 | 35 | 32 | 1 | 542 | 137 | 125 |
| Binary | 11111101 | 10110100 | 10111011 | 0 | 11101 | 11010 | 1 | 101100010 | 1011111 | 1010101 |
Color Harmonies of #FDB4BB
Complementary color
Monochromatic Colors of #FDB4BB
Black with #FDB4BB
Text Example
Text Example
White with #FDB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4BB; }
p { color: rgb(253,180,187); }
H1.HeaderClassName
{
color: #FDB4BB;
}
.AnyTagClassName
{
color: #FDB4BB;
}
</style>
background-color css
<style>
a { background-color: #FDB4BB; }
a { background-color: rgb(253,180,187); }
div.DivClassName
{
background-color: #FDB4BB;
}
.BgClassName
{
background-color: #FDB4BB;
}
</style>
border-color css
<style>
span { border-color: #FDB4BB; }
span { border-color: rgb(253,180,187); }
td.TdClassName
{
border-color: #FDB4BB;
}
.TagClassName
{
border-color: #FDB4BB;
}
</style>