Shades of Lavender Rose #FDB5EE
Tints of Lavender Rose #FDB5EE
RGB
CMYK
RGB Variations
Color information
#FDB5EE (or 0xFDB5EE) is known color: Lavender Rose. HEX triplet: FD, B5 and EE. RGB value is (253,181,238). Sum of RGB (Red+Green+Blue) = 253+181+238=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 181 (71.09% from 255 or 26.93% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB5EE is #024A11. Grayscale: #D0D0D0. Windows color (decimal): -150034 or 15644157. OLE color: 15644157.
HSL color Cylindrical-coordinate representation of color #FDB5EE: hue angle of 312.5º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB5EE is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 238 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.01 |
| HSL | 312.5º | 0.95% | 0.85% | - |
| HSV(B) | 312.5º | 0.28% | 0.99% | - |
| XYZ | 72.46 | 60.1 | 88.67 | - |
| YUV | 209.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 238 | 0 | 0.28 | 0.06 | 0.01 | 312.5 | 0.95 | 0.85 |
| Hex | FD | B5 | EE | 0 | 1C | 6 | 1 | 138 | 5F | 55 |
| Octal | 375 | 265 | 356 | 0 | 34 | 6 | 1 | 470 | 137 | 125 |
| Binary | 11111101 | 10110101 | 11101110 | 0 | 11100 | 110 | 1 | 100111000 | 1011111 | 1010101 |
Color Harmonies of #FDB5EE
Complementary color
Monochromatic Colors of #FDB5EE
Black with #FDB5EE
Text Example
Text Example
White with #FDB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5EE; }
p { color: rgb(253,181,238); }
H1.HeaderClassName
{
color: #FDB5EE;
}
.AnyTagClassName
{
color: #FDB5EE;
}
</style>
background-color css
<style>
a { background-color: #FDB5EE; }
a { background-color: rgb(253,181,238); }
div.DivClassName
{
background-color: #FDB5EE;
}
.BgClassName
{
background-color: #FDB5EE;
}
</style>
border-color css
<style>
span { border-color: #FDB5EE; }
span { border-color: rgb(253,181,238); }
td.TdClassName
{
border-color: #FDB5EE;
}
.TagClassName
{
border-color: #FDB5EE;
}
</style>