Shades of Lavender Pink #FDB1DE
Tints of Lavender Pink #FDB1DE
RGB
CMYK
RGB Variations
Color information
#FDB1DE (or 0xFDB1DE) is known color: Lavender Pink. HEX triplet: FD, B1 and DE. RGB value is (253,177,222). Sum of RGB (Red+Green+Blue) = 253+177+222=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1DE is #024E21. Grayscale: #CCCCCC. Windows color (decimal): -151074 or 14594557. OLE color: 14594557.
HSL color Cylindrical-coordinate representation of color #FDB1DE: hue angle of 324.47º 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 #FDB1DE is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 222 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.01 |
| HSL | 324.47º | 0.95% | 0.84% | - |
| HSV(B) | 324.47º | 0.3% | 0.99% | - |
| XYZ | 69.41 | 57.6 | 76.57 | - |
| YUV | 204.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 222 | 0 | 0.30 | 0.12 | 0.01 | 324.47 | 0.95 | 0.84 |
| Hex | FD | B1 | DE | 0 | 1E | C | 1 | 144 | 5F | 54 |
| Octal | 375 | 261 | 336 | 0 | 36 | 14 | 1 | 504 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11011110 | 0 | 11110 | 1100 | 1 | 101000100 | 1011111 | 1010100 |
Color Harmonies of #FDB1DE
Complementary color
Monochromatic Colors of #FDB1DE
Black with #FDB1DE
Text Example
Text Example
White with #FDB1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1DE; }
p { color: rgb(253,177,222); }
H1.HeaderClassName
{
color: #FDB1DE;
}
.AnyTagClassName
{
color: #FDB1DE;
}
</style>
background-color css
<style>
a { background-color: #FDB1DE; }
a { background-color: rgb(253,177,222); }
div.DivClassName
{
background-color: #FDB1DE;
}
.BgClassName
{
background-color: #FDB1DE;
}
</style>
border-color css
<style>
span { border-color: #FDB1DE; }
span { border-color: rgb(253,177,222); }
td.TdClassName
{
border-color: #FDB1DE;
}
.TagClassName
{
border-color: #FDB1DE;
}
</style>