Shades of Lavender Pink #FDB4DE
Tints of Lavender Pink #FDB4DE
RGB
CMYK
RGB Variations
Color information
#FDB4DE (or 0xFDB4DE) is known color: Lavender Pink. HEX triplet: FD, B4 and DE. RGB value is (253,180,222). Sum of RGB (Red+Green+Blue) = 253+180+222=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4DE is #024B21. Grayscale: #CECECE. Windows color (decimal): -150306 or 14595325. OLE color: 14595325.
HSL color Cylindrical-coordinate representation of color #FDB4DE: hue angle of 325.48º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB4DE is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 222 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.01 |
| HSL | 325.48º | 0.95% | 0.85% | - |
| HSV(B) | 325.48º | 0.29% | 0.99% | - |
| XYZ | 70.01 | 58.8 | 76.77 | - |
| YUV | 206.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 222 | 0 | 0.29 | 0.12 | 0.01 | 325.48 | 0.95 | 0.85 |
| Hex | FD | B4 | DE | 0 | 1D | C | 1 | 145 | 5F | 55 |
| Octal | 375 | 264 | 336 | 0 | 35 | 14 | 1 | 505 | 137 | 125 |
| Binary | 11111101 | 10110100 | 11011110 | 0 | 11101 | 1100 | 1 | 101000101 | 1011111 | 1010101 |
Color Harmonies of #FDB4DE
Complementary color
Monochromatic Colors of #FDB4DE
Black with #FDB4DE
Text Example
Text Example
White with #FDB4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4DE; }
p { color: rgb(253,180,222); }
H1.HeaderClassName
{
color: #FDB4DE;
}
.AnyTagClassName
{
color: #FDB4DE;
}
</style>
background-color css
<style>
a { background-color: #FDB4DE; }
a { background-color: rgb(253,180,222); }
div.DivClassName
{
background-color: #FDB4DE;
}
.BgClassName
{
background-color: #FDB4DE;
}
</style>
border-color css
<style>
span { border-color: #FDB4DE; }
span { border-color: rgb(253,180,222); }
td.TdClassName
{
border-color: #FDB4DE;
}
.TagClassName
{
border-color: #FDB4DE;
}
</style>