Shades of Light Pink #FDB7B9
Tints of Light Pink #FDB7B9
RGB
CMYK
RGB Variations
Color information
#FDB7B9 (or 0xFDB7B9) is known color: Light Pink. HEX triplet: FD, B7 and B9. RGB value is (253,183,185). Sum of RGB (Red+Green+Blue) = 253+183+185=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7B9 is #024846. Grayscale: #CCCCCC. Windows color (decimal): -149575 or 12171261. OLE color: 12171261.
HSL color Cylindrical-coordinate representation of color #FDB7B9: hue angle of 358.29º 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 #FDB7B9 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 185 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.01 |
| HSL | 358.29º | 0.95% | 0.85% | - |
| HSV(B) | 358.29º | 0.28% | 0.99% | - |
| XYZ | 66.2 | 58.25 | 53.65 | - |
| YUV | 204.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 185 | 0 | 0.28 | 0.27 | 0.01 | 358.29 | 0.95 | 0.85 |
| Hex | FD | B7 | B9 | 0 | 1C | 1B | 1 | 166 | 5F | 55 |
| Octal | 375 | 267 | 271 | 0 | 34 | 33 | 1 | 546 | 137 | 125 |
| Binary | 11111101 | 10110111 | 10111001 | 0 | 11100 | 11011 | 1 | 101100110 | 1011111 | 1010101 |
Color Harmonies of #FDB7B9
Complementary color
Monochromatic Colors of #FDB7B9
Black with #FDB7B9
Text Example
Text Example
White with #FDB7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7B9; }
p { color: rgb(253,183,185); }
H1.HeaderClassName
{
color: #FDB7B9;
}
.AnyTagClassName
{
color: #FDB7B9;
}
</style>
background-color css
<style>
a { background-color: #FDB7B9; }
a { background-color: rgb(253,183,185); }
div.DivClassName
{
background-color: #FDB7B9;
}
.BgClassName
{
background-color: #FDB7B9;
}
</style>
border-color css
<style>
span { border-color: #FDB7B9; }
span { border-color: rgb(253,183,185); }
td.TdClassName
{
border-color: #FDB7B9;
}
.TagClassName
{
border-color: #FDB7B9;
}
</style>