Shades of Light Pink #FDB7BF
Tints of Light Pink #FDB7BF
RGB
CMYK
RGB Variations
Color information
#FDB7BF (or 0xFDB7BF) is known color: Light Pink. HEX triplet: FD, B7 and BF. RGB value is (253,183,191). Sum of RGB (Red+Green+Blue) = 253+183+191=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 183 (71.88% from 255 or 29.19% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7BF is #024840. Grayscale: #CCCCCC. Windows color (decimal): -149569 or 12564477. OLE color: 12564477.
HSL color Cylindrical-coordinate representation of color #FDB7BF: hue angle of 353.14º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB7BF is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 191 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.01 |
| HSL | 353.14º | 0.95% | 0.85% | - |
| HSV(B) | 353.14º | 0.28% | 0.99% | - |
| XYZ | 66.85 | 58.51 | 57.06 | - |
| YUV | 204.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 191 | 0 | 0.28 | 0.25 | 0.01 | 353.14 | 0.95 | 0.85 |
| Hex | FD | B7 | BF | 0 | 1C | 19 | 1 | 161 | 5F | 55 |
| Octal | 375 | 267 | 277 | 0 | 34 | 31 | 1 | 541 | 137 | 125 |
| Binary | 11111101 | 10110111 | 10111111 | 0 | 11100 | 11001 | 1 | 101100001 | 1011111 | 1010101 |
Color Harmonies of #FDB7BF
Complementary color
Monochromatic Colors of #FDB7BF
Black with #FDB7BF
Text Example
Text Example
White with #FDB7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7BF; }
p { color: rgb(253,183,191); }
H1.HeaderClassName
{
color: #FDB7BF;
}
.AnyTagClassName
{
color: #FDB7BF;
}
</style>
background-color css
<style>
a { background-color: #FDB7BF; }
a { background-color: rgb(253,183,191); }
div.DivClassName
{
background-color: #FDB7BF;
}
.BgClassName
{
background-color: #FDB7BF;
}
</style>
border-color css
<style>
span { border-color: #FDB7BF; }
span { border-color: rgb(253,183,191); }
td.TdClassName
{
border-color: #FDB7BF;
}
.TagClassName
{
border-color: #FDB7BF;
}
</style>