Shades of Lavender Rose #FDB2EB
Tints of Lavender Rose #FDB2EB
RGB
CMYK
RGB Variations
Color information
#FDB2EB (or 0xFDB2EB) is known color: Lavender Rose. HEX triplet: FD, B2 and EB. RGB value is (253,178,235). Sum of RGB (Red+Green+Blue) = 253+178+235=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 178 (69.92% from 255 or 26.73% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB2EB is #024D14. Grayscale: #CECECE. Windows color (decimal): -150805 or 15446781. OLE color: 15446781.
HSL color Cylindrical-coordinate representation of color #FDB2EB: hue angle of 314.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2EB is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 235 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.01 |
| HSL | 314.4º | 0.95% | 0.85% | - |
| HSV(B) | 314.4º | 0.3% | 0.99% | - |
| XYZ | 71.42 | 58.72 | 86.17 | - |
| YUV | 206.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 235 | 0 | 0.30 | 0.07 | 0.01 | 314.4 | 0.95 | 0.85 |
| Hex | FD | B2 | EB | 0 | 1E | 7 | 1 | 13A | 5F | 55 |
| Octal | 375 | 262 | 353 | 0 | 36 | 7 | 1 | 472 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11101011 | 0 | 11110 | 111 | 1 | 100111010 | 1011111 | 1010101 |
Color Harmonies of #FDB2EB
Complementary color
Monochromatic Colors of #FDB2EB
Black with #FDB2EB
Text Example
Text Example
White with #FDB2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2EB; }
p { color: rgb(253,178,235); }
H1.HeaderClassName
{
color: #FDB2EB;
}
.AnyTagClassName
{
color: #FDB2EB;
}
</style>
background-color css
<style>
a { background-color: #FDB2EB; }
a { background-color: rgb(253,178,235); }
div.DivClassName
{
background-color: #FDB2EB;
}
.BgClassName
{
background-color: #FDB2EB;
}
</style>
border-color css
<style>
span { border-color: #FDB2EB; }
span { border-color: rgb(253,178,235); }
td.TdClassName
{
border-color: #FDB2EB;
}
.TagClassName
{
border-color: #FDB2EB;
}
</style>