Shades of Light Pink #FDB2BE
Tints of Light Pink #FDB2BE
RGB
CMYK
RGB Variations
Color information
#FDB2BE (or 0xFDB2BE) is known color: Light Pink. HEX triplet: FD, B2 and BE. RGB value is (253,178,190). Sum of RGB (Red+Green+Blue) = 253+178+190=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2BE is #024D41. Grayscale: #C9C9C9. Windows color (decimal): -150850 or 12497661. OLE color: 12497661.
HSL color Cylindrical-coordinate representation of color #FDB2BE: hue angle of 350.4º 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 #FDB2BE is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 190 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.01 |
| HSL | 350.4º | 0.95% | 0.85% | - |
| HSV(B) | 350.4º | 0.3% | 0.99% | - |
| XYZ | 65.72 | 56.44 | 56.15 | - |
| YUV | 201.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 190 | 0 | 0.30 | 0.25 | 0.01 | 350.4 | 0.95 | 0.85 |
| Hex | FD | B2 | BE | 0 | 1E | 19 | 1 | 15E | 5F | 55 |
| Octal | 375 | 262 | 276 | 0 | 36 | 31 | 1 | 536 | 137 | 125 |
| Binary | 11111101 | 10110010 | 10111110 | 0 | 11110 | 11001 | 1 | 101011110 | 1011111 | 1010101 |
Color Harmonies of #FDB2BE
Complementary color
Monochromatic Colors of #FDB2BE
Black with #FDB2BE
Text Example
Text Example
White with #FDB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2BE; }
p { color: rgb(253,178,190); }
H1.HeaderClassName
{
color: #FDB2BE;
}
.AnyTagClassName
{
color: #FDB2BE;
}
</style>
background-color css
<style>
a { background-color: #FDB2BE; }
a { background-color: rgb(253,178,190); }
div.DivClassName
{
background-color: #FDB2BE;
}
.BgClassName
{
background-color: #FDB2BE;
}
</style>
border-color css
<style>
span { border-color: #FDB2BE; }
span { border-color: rgb(253,178,190); }
td.TdClassName
{
border-color: #FDB2BE;
}
.TagClassName
{
border-color: #FDB2BE;
}
</style>