Shades of Lavender Pink #FDB1D5
Tints of Lavender Pink #FDB1D5
RGB
CMYK
RGB Variations
Color information
#FDB1D5 (or 0xFDB1D5) is known color: Lavender Pink. HEX triplet: FD, B1 and D5. RGB value is (253,177,213). Sum of RGB (Red+Green+Blue) = 253+177+213=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 177 (69.53% from 255 or 27.53% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1D5 is #024E2A. Grayscale: #CBCBCB. Windows color (decimal): -151083 or 14004733. OLE color: 14004733.
HSL color Cylindrical-coordinate representation of color #FDB1D5: hue angle of 331.58º 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 #FDB1D5 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 213 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.01 |
| HSL | 331.58º | 0.95% | 0.84% | - |
| HSV(B) | 331.58º | 0.3% | 0.99% | - |
| XYZ | 68.24 | 57.13 | 70.38 | - |
| YUV | 203.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 213 | 0 | 0.30 | 0.16 | 0.01 | 331.58 | 0.95 | 0.84 |
| Hex | FD | B1 | D5 | 0 | 1E | 10 | 1 | 14C | 5F | 54 |
| Octal | 375 | 261 | 325 | 0 | 36 | 20 | 1 | 514 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11010101 | 0 | 11110 | 10000 | 1 | 101001100 | 1011111 | 1010100 |
Color Harmonies of #FDB1D5
Complementary color
Monochromatic Colors of #FDB1D5
Black with #FDB1D5
Text Example
Text Example
White with #FDB1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1D5; }
p { color: rgb(253,177,213); }
H1.HeaderClassName
{
color: #FDB1D5;
}
.AnyTagClassName
{
color: #FDB1D5;
}
</style>
background-color css
<style>
a { background-color: #FDB1D5; }
a { background-color: rgb(253,177,213); }
div.DivClassName
{
background-color: #FDB1D5;
}
.BgClassName
{
background-color: #FDB1D5;
}
</style>
border-color css
<style>
span { border-color: #FDB1D5; }
span { border-color: rgb(253,177,213); }
td.TdClassName
{
border-color: #FDB1D5;
}
.TagClassName
{
border-color: #FDB1D5;
}
</style>