Shades of Lavender Pink #FDB1D0
Tints of Lavender Pink #FDB1D0
RGB
CMYK
RGB Variations
Color information
#FDB1D0 (or 0xFDB1D0) is known color: Lavender Pink. HEX triplet: FD, B1 and D0. RGB value is (253,177,208). Sum of RGB (Red+Green+Blue) = 253+177+208=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1D0 is #024E2F. Grayscale: #CBCBCB. Windows color (decimal): -151088 or 13677053. OLE color: 13677053.
HSL color Cylindrical-coordinate representation of color #FDB1D0: hue angle of 335.53º 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 #FDB1D0 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 208 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.01 |
| HSL | 335.53º | 0.95% | 0.84% | - |
| HSV(B) | 335.53º | 0.3% | 0.99% | - |
| XYZ | 67.62 | 56.88 | 67.09 | - |
| YUV | 203.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 208 | 0 | 0.30 | 0.18 | 0.01 | 335.53 | 0.95 | 0.84 |
| Hex | FD | B1 | D0 | 0 | 1E | 12 | 1 | 150 | 5F | 54 |
| Octal | 375 | 261 | 320 | 0 | 36 | 22 | 1 | 520 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11010000 | 0 | 11110 | 10010 | 1 | 101010000 | 1011111 | 1010100 |
Color Harmonies of #FDB1D0
Complementary color
Monochromatic Colors of #FDB1D0
Black with #FDB1D0
Text Example
Text Example
White with #FDB1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1D0; }
p { color: rgb(253,177,208); }
H1.HeaderClassName
{
color: #FDB1D0;
}
.AnyTagClassName
{
color: #FDB1D0;
}
</style>
background-color css
<style>
a { background-color: #FDB1D0; }
a { background-color: rgb(253,177,208); }
div.DivClassName
{
background-color: #FDB1D0;
}
.BgClassName
{
background-color: #FDB1D0;
}
</style>
border-color css
<style>
span { border-color: #FDB1D0; }
span { border-color: rgb(253,177,208); }
td.TdClassName
{
border-color: #FDB1D0;
}
.TagClassName
{
border-color: #FDB1D0;
}
</style>