Shades of Lavender Pink #FDB1D8
Tints of Lavender Pink #FDB1D8
RGB
CMYK
RGB Variations
Color information
#FDB1D8 (or 0xFDB1D8) is known color: Lavender Pink. HEX triplet: FD, B1 and D8. RGB value is (253,177,216). Sum of RGB (Red+Green+Blue) = 253+177+216=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 177 (69.53% from 255 or 27.40% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1D8 is #024E27. Grayscale: #CCCCCC. Windows color (decimal): -151080 or 14201341. OLE color: 14201341.
HSL color Cylindrical-coordinate representation of color #FDB1D8: hue angle of 329.21º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB1D8 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 216 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.01 |
| HSL | 329.21º | 0.95% | 0.84% | - |
| HSV(B) | 329.21º | 0.3% | 0.99% | - |
| XYZ | 68.62 | 57.28 | 72.41 | - |
| YUV | 204.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 216 | 0 | 0.30 | 0.15 | 0.01 | 329.21 | 0.95 | 0.84 |
| Hex | FD | B1 | D8 | 0 | 1E | F | 1 | 149 | 5F | 54 |
| Octal | 375 | 261 | 330 | 0 | 36 | 17 | 1 | 511 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11011000 | 0 | 11110 | 1111 | 1 | 101001001 | 1011111 | 1010100 |
Color Harmonies of #FDB1D8
Complementary color
Monochromatic Colors of #FDB1D8
Black with #FDB1D8
Text Example
Text Example
White with #FDB1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1D8; }
p { color: rgb(253,177,216); }
H1.HeaderClassName
{
color: #FDB1D8;
}
.AnyTagClassName
{
color: #FDB1D8;
}
</style>
background-color css
<style>
a { background-color: #FDB1D8; }
a { background-color: rgb(253,177,216); }
div.DivClassName
{
background-color: #FDB1D8;
}
.BgClassName
{
background-color: #FDB1D8;
}
</style>
border-color css
<style>
span { border-color: #FDB1D8; }
span { border-color: rgb(253,177,216); }
td.TdClassName
{
border-color: #FDB1D8;
}
.TagClassName
{
border-color: #FDB1D8;
}
</style>