Shades of Lavender Pink #FDB1D1
Tints of Lavender Pink #FDB1D1
RGB
CMYK
RGB Variations
Color information
#FDB1D1 (or 0xFDB1D1) is known color: Lavender Pink. HEX triplet: FD, B1 and D1. RGB value is (253,177,209). Sum of RGB (Red+Green+Blue) = 253+177+209=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1D1 is #024E2E. Grayscale: #CBCBCB. Windows color (decimal): -151087 or 13742589. OLE color: 13742589.
HSL color Cylindrical-coordinate representation of color #FDB1D1: hue angle of 334.74º 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 #FDB1D1 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 177 | 209 | - |
CMYK | 0 | 0.30 | 0.17 | 0.01 |
HSL | 334.74º | 0.95% | 0.84% | - |
HSV(B) | 334.74º | 0.3% | 0.99% | - |
XYZ | 67.74 | 56.93 | 67.74 | - |
YUV | 203.37 | 131.18 | 163.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 177 | 209 | 0 | 0.30 | 0.17 | 0.01 | 334.74 | 0.95 | 0.84 |
Hex | FD | B1 | D1 | 0 | 1E | 11 | 1 | 14F | 5F | 54 |
Octal | 375 | 261 | 321 | 0 | 36 | 21 | 1 | 517 | 137 | 124 |
Binary | 11111101 | 10110001 | 11010001 | 0 | 11110 | 10001 | 1 | 101001111 | 1011111 | 1010100 |
Color Harmonies of #FDB1D1
Complementary color
Monochromatic Colors of #FDB1D1
Black with #FDB1D1
Text Example
Text Example
White with #FDB1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1D1; }
p { color: rgb(253,177,209); }
H1.HeaderClassName
{
color: #FDB1D1;
}
.AnyTagClassName
{
color: #FDB1D1;
}
</style>
background-color css
<style>
a { background-color: #FDB1D1; }
a { background-color: rgb(253,177,209); }
div.DivClassName
{
background-color: #FDB1D1;
}
.BgClassName
{
background-color: #FDB1D1;
}
</style>
border-color css
<style>
span { border-color: #FDB1D1; }
span { border-color: rgb(253,177,209); }
td.TdClassName
{
border-color: #FDB1D1;
}
.TagClassName
{
border-color: #FDB1D1;
}
</style>