Shades of Lavender Pink #FDB1D3
Tints of Lavender Pink #FDB1D3
RGB
CMYK
RGB Variations
Color information
#FDB1D3 (or 0xFDB1D3) is known color: Lavender Pink. HEX triplet: FD, B1 and D3. RGB value is (253,177,211). Sum of RGB (Red+Green+Blue) = 253+177+211=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1D3 is #024E2C. Grayscale: #CBCBCB. Windows color (decimal): -151085 or 13873661. OLE color: 13873661.
HSL color Cylindrical-coordinate representation of color #FDB1D3: hue angle of 333.16º 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 #FDB1D3 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 211 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.01 |
| HSL | 333.16º | 0.95% | 0.84% | - |
| HSV(B) | 333.16º | 0.3% | 0.99% | - |
| XYZ | 67.99 | 57.03 | 69.05 | - |
| YUV | 203.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 211 | 0 | 0.30 | 0.17 | 0.01 | 333.16 | 0.95 | 0.84 |
| Hex | FD | B1 | D3 | 0 | 1E | 11 | 1 | 14D | 5F | 54 |
| Octal | 375 | 261 | 323 | 0 | 36 | 21 | 1 | 515 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11010011 | 0 | 11110 | 10001 | 1 | 101001101 | 1011111 | 1010100 |
Color Harmonies of #FDB1D3
Complementary color
Monochromatic Colors of #FDB1D3
Black with #FDB1D3
Text Example
Text Example
White with #FDB1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1D3; }
p { color: rgb(253,177,211); }
H1.HeaderClassName
{
color: #FDB1D3;
}
.AnyTagClassName
{
color: #FDB1D3;
}
</style>
background-color css
<style>
a { background-color: #FDB1D3; }
a { background-color: rgb(253,177,211); }
div.DivClassName
{
background-color: #FDB1D3;
}
.BgClassName
{
background-color: #FDB1D3;
}
</style>
border-color css
<style>
span { border-color: #FDB1D3; }
span { border-color: rgb(253,177,211); }
td.TdClassName
{
border-color: #FDB1D3;
}
.TagClassName
{
border-color: #FDB1D3;
}
</style>