Shades of Light Pink #FDB3BF
Tints of Light Pink #FDB3BF
RGB
CMYK
RGB Variations
Color information
#FDB3BF (or 0xFDB3BF) is known color: Light Pink. HEX triplet: FD, B3 and BF. RGB value is (253,179,191). Sum of RGB (Red+Green+Blue) = 253+179+191=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3BF is #024C40. Grayscale: #CACACA. Windows color (decimal): -150593 or 12563453. OLE color: 12563453.
HSL color Cylindrical-coordinate representation of color #FDB3BF: hue angle of 350.27º 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 #FDB3BF is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 191 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.01 |
| HSL | 350.27º | 0.95% | 0.85% | - |
| HSV(B) | 350.27º | 0.29% | 0.99% | - |
| XYZ | 66.03 | 56.88 | 56.79 | - |
| YUV | 202.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 191 | 0 | 0.29 | 0.25 | 0.01 | 350.27 | 0.95 | 0.85 |
| Hex | FD | B3 | BF | 0 | 1D | 19 | 1 | 15E | 5F | 55 |
| Octal | 375 | 263 | 277 | 0 | 35 | 31 | 1 | 536 | 137 | 125 |
| Binary | 11111101 | 10110011 | 10111111 | 0 | 11101 | 11001 | 1 | 101011110 | 1011111 | 1010101 |
Color Harmonies of #FDB3BF
Complementary color
Monochromatic Colors of #FDB3BF
Black with #FDB3BF
Text Example
Text Example
White with #FDB3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3BF; }
p { color: rgb(253,179,191); }
H1.HeaderClassName
{
color: #FDB3BF;
}
.AnyTagClassName
{
color: #FDB3BF;
}
</style>
background-color css
<style>
a { background-color: #FDB3BF; }
a { background-color: rgb(253,179,191); }
div.DivClassName
{
background-color: #FDB3BF;
}
.BgClassName
{
background-color: #FDB3BF;
}
</style>
border-color css
<style>
span { border-color: #FDB3BF; }
span { border-color: rgb(253,179,191); }
td.TdClassName
{
border-color: #FDB3BF;
}
.TagClassName
{
border-color: #FDB3BF;
}
</style>