Shades of Lavender Pink #FDB1DD
Tints of Lavender Pink #FDB1DD
RGB
CMYK
RGB Variations
Color information
#FDB1DD (or 0xFDB1DD) is known color: Lavender Pink. HEX triplet: FD, B1 and DD. RGB value is (253,177,221). Sum of RGB (Red+Green+Blue) = 253+177+221=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 177 (69.53% from 255 or 27.19% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1DD is #024E22. Grayscale: #CCCCCC. Windows color (decimal): -151075 or 14529021. OLE color: 14529021.
HSL color Cylindrical-coordinate representation of color #FDB1DD: hue angle of 325.26º 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 #FDB1DD is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 177 | 221 | - |
CMYK | 0 | 0.30 | 0.13 | 0.01 |
HSL | 325.26º | 0.95% | 0.84% | - |
HSV(B) | 325.26º | 0.3% | 0.99% | - |
XYZ | 69.28 | 57.55 | 75.86 | - |
YUV | 204.74 | 137.18 | 162.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 177 | 221 | 0 | 0.30 | 0.13 | 0.01 | 325.26 | 0.95 | 0.84 |
Hex | FD | B1 | DD | 0 | 1E | D | 1 | 145 | 5F | 54 |
Octal | 375 | 261 | 335 | 0 | 36 | 15 | 1 | 505 | 137 | 124 |
Binary | 11111101 | 10110001 | 11011101 | 0 | 11110 | 1101 | 1 | 101000101 | 1011111 | 1010100 |
Color Harmonies of #FDB1DD
Complementary color
Monochromatic Colors of #FDB1DD
Black with #FDB1DD
Text Example
Text Example
White with #FDB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1DD; }
p { color: rgb(253,177,221); }
H1.HeaderClassName
{
color: #FDB1DD;
}
.AnyTagClassName
{
color: #FDB1DD;
}
</style>
background-color css
<style>
a { background-color: #FDB1DD; }
a { background-color: rgb(253,177,221); }
div.DivClassName
{
background-color: #FDB1DD;
}
.BgClassName
{
background-color: #FDB1DD;
}
</style>
border-color css
<style>
span { border-color: #FDB1DD; }
span { border-color: rgb(253,177,221); }
td.TdClassName
{
border-color: #FDB1DD;
}
.TagClassName
{
border-color: #FDB1DD;
}
</style>