Shades of Light Pink #FDB3BE
Tints of Light Pink #FDB3BE
RGB
CMYK
RGB Variations
Color information
#FDB3BE (or 0xFDB3BE) is known color: Light Pink. HEX triplet: FD, B3 and BE. RGB value is (253,179,190). Sum of RGB (Red+Green+Blue) = 253+179+190=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3BE is #024C41. Grayscale: #CACACA. Windows color (decimal): -150594 or 12497917. OLE color: 12497917.
HSL color Cylindrical-coordinate representation of color #FDB3BE: hue angle of 351.08º 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 #FDB3BE is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 190 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.01 |
| HSL | 351.08º | 0.95% | 0.85% | - |
| HSV(B) | 351.08º | 0.29% | 0.99% | - |
| XYZ | 65.92 | 56.84 | 56.21 | - |
| YUV | 202.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 190 | 0 | 0.29 | 0.25 | 0.01 | 351.08 | 0.95 | 0.85 |
| Hex | FD | B3 | BE | 0 | 1D | 19 | 1 | 15F | 5F | 55 |
| Octal | 375 | 263 | 276 | 0 | 35 | 31 | 1 | 537 | 137 | 125 |
| Binary | 11111101 | 10110011 | 10111110 | 0 | 11101 | 11001 | 1 | 101011111 | 1011111 | 1010101 |
Color Harmonies of #FDB3BE
Complementary color
Monochromatic Colors of #FDB3BE
Black with #FDB3BE
Text Example
Text Example
White with #FDB3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3BE; }
p { color: rgb(253,179,190); }
H1.HeaderClassName
{
color: #FDB3BE;
}
.AnyTagClassName
{
color: #FDB3BE;
}
</style>
background-color css
<style>
a { background-color: #FDB3BE; }
a { background-color: rgb(253,179,190); }
div.DivClassName
{
background-color: #FDB3BE;
}
.BgClassName
{
background-color: #FDB3BE;
}
</style>
border-color css
<style>
span { border-color: #FDB3BE; }
span { border-color: rgb(253,179,190); }
td.TdClassName
{
border-color: #FDB3BE;
}
.TagClassName
{
border-color: #FDB3BE;
}
</style>