Shades of Lavender Rose #FDB8EB
Tints of Lavender Rose #FDB8EB
RGB
CMYK
RGB Variations
Color information
#FDB8EB (or 0xFDB8EB) is known color: Lavender Rose. HEX triplet: FD, B8 and EB. RGB value is (253,184,235). Sum of RGB (Red+Green+Blue) = 253+184+235=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 184 (72.27% from 255 or 27.38% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8EB is #024714. Grayscale: #D2D2D2. Windows color (decimal): -149269 or 15448317. OLE color: 15448317.
HSL color Cylindrical-coordinate representation of color #FDB8EB: hue angle of 315.65º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB8EB is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 235 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.01 |
| HSL | 315.65º | 0.95% | 0.86% | - |
| HSV(B) | 315.65º | 0.27% | 0.99% | - |
| XYZ | 72.64 | 61.16 | 86.57 | - |
| YUV | 210.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 235 | 0 | 0.27 | 0.07 | 0.01 | 315.65 | 0.95 | 0.86 |
| Hex | FD | B8 | EB | 0 | 1B | 7 | 1 | 13C | 5F | 56 |
| Octal | 375 | 270 | 353 | 0 | 33 | 7 | 1 | 474 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11101011 | 0 | 11011 | 111 | 1 | 100111100 | 1011111 | 1010110 |
Color Harmonies of #FDB8EB
Complementary color
Monochromatic Colors of #FDB8EB
Black with #FDB8EB
Text Example
Text Example
White with #FDB8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8EB; }
p { color: rgb(253,184,235); }
H1.HeaderClassName
{
color: #FDB8EB;
}
.AnyTagClassName
{
color: #FDB8EB;
}
</style>
background-color css
<style>
a { background-color: #FDB8EB; }
a { background-color: rgb(253,184,235); }
div.DivClassName
{
background-color: #FDB8EB;
}
.BgClassName
{
background-color: #FDB8EB;
}
</style>
border-color css
<style>
span { border-color: #FDB8EB; }
span { border-color: rgb(253,184,235); }
td.TdClassName
{
border-color: #FDB8EB;
}
.TagClassName
{
border-color: #FDB8EB;
}
</style>