Shades of Light Pink #FDB2BB
Tints of Light Pink #FDB2BB
RGB
CMYK
RGB Variations
Color information
#FDB2BB (or 0xFDB2BB) is known color: Light Pink. HEX triplet: FD, B2 and BB. RGB value is (253,178,187). Sum of RGB (Red+Green+Blue) = 253+178+187=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2BB is #024D44. Grayscale: #C9C9C9. Windows color (decimal): -150853 or 12301053. OLE color: 12301053.
HSL color Cylindrical-coordinate representation of color #FDB2BB: hue angle of 352.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2BB is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 187 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.01 |
| HSL | 352.8º | 0.95% | 0.85% | - |
| HSV(B) | 352.8º | 0.3% | 0.99% | - |
| XYZ | 65.4 | 56.31 | 54.44 | - |
| YUV | 201.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 187 | 0 | 0.30 | 0.26 | 0.01 | 352.8 | 0.95 | 0.85 |
| Hex | FD | B2 | BB | 0 | 1E | 1A | 1 | 161 | 5F | 55 |
| Octal | 375 | 262 | 273 | 0 | 36 | 32 | 1 | 541 | 137 | 125 |
| Binary | 11111101 | 10110010 | 10111011 | 0 | 11110 | 11010 | 1 | 101100001 | 1011111 | 1010101 |
Color Harmonies of #FDB2BB
Complementary color
Monochromatic Colors of #FDB2BB
Black with #FDB2BB
Text Example
Text Example
White with #FDB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2BB; }
p { color: rgb(253,178,187); }
H1.HeaderClassName
{
color: #FDB2BB;
}
.AnyTagClassName
{
color: #FDB2BB;
}
</style>
background-color css
<style>
a { background-color: #FDB2BB; }
a { background-color: rgb(253,178,187); }
div.DivClassName
{
background-color: #FDB2BB;
}
.BgClassName
{
background-color: #FDB2BB;
}
</style>
border-color css
<style>
span { border-color: #FDB2BB; }
span { border-color: rgb(253,178,187); }
td.TdClassName
{
border-color: #FDB2BB;
}
.TagClassName
{
border-color: #FDB2BB;
}
</style>