Shades of Lavender Pink #FDB1D6
Tints of Lavender Pink #FDB1D6
RGB
CMYK
RGB Variations
Color information
#FDB1D6 (or 0xFDB1D6) is known color: Lavender Pink. HEX triplet: FD, B1 and D6. RGB value is (253,177,214). Sum of RGB (Red+Green+Blue) = 253+177+214=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 177 (69.53% from 255 or 27.48% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1D6 is #024E29. Grayscale: #CBCBCB. Windows color (decimal): -151082 or 14070269. OLE color: 14070269.
HSL color Cylindrical-coordinate representation of color #FDB1D6: hue angle of 330.79º 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 #FDB1D6 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 177 | 214 | - |
CMYK | 0 | 0.30 | 0.15 | 0.01 |
HSL | 330.79º | 0.95% | 0.84% | - |
HSV(B) | 330.79º | 0.3% | 0.99% | - |
XYZ | 68.37 | 57.18 | 71.05 | - |
YUV | 203.94 | 133.68 | 162.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 177 | 214 | 0 | 0.30 | 0.15 | 0.01 | 330.79 | 0.95 | 0.84 |
Hex | FD | B1 | D6 | 0 | 1E | F | 1 | 14B | 5F | 54 |
Octal | 375 | 261 | 326 | 0 | 36 | 17 | 1 | 513 | 137 | 124 |
Binary | 11111101 | 10110001 | 11010110 | 0 | 11110 | 1111 | 1 | 101001011 | 1011111 | 1010100 |
Color Harmonies of #FDB1D6
Complementary color
Monochromatic Colors of #FDB1D6
Black with #FDB1D6
Text Example
Text Example
White with #FDB1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1D6; }
p { color: rgb(253,177,214); }
H1.HeaderClassName
{
color: #FDB1D6;
}
.AnyTagClassName
{
color: #FDB1D6;
}
</style>
background-color css
<style>
a { background-color: #FDB1D6; }
a { background-color: rgb(253,177,214); }
div.DivClassName
{
background-color: #FDB1D6;
}
.BgClassName
{
background-color: #FDB1D6;
}
</style>
border-color css
<style>
span { border-color: #FDB1D6; }
span { border-color: rgb(253,177,214); }
td.TdClassName
{
border-color: #FDB1D6;
}
.TagClassName
{
border-color: #FDB1D6;
}
</style>