Shades of Lavender Rose #FDB5FE
Tints of Lavender Rose #FDB5FE
RGB
CMYK
RGB Variations
Color information
#FDB5FE (or 0xFDB5FE) is known color: Lavender Rose. HEX triplet: FD, B5 and FE. RGB value is (253,181,254). Sum of RGB (Red+Green+Blue) = 253+181+254=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 181 (71.09% from 255 or 26.31% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDB5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB5FE is #024A01. Grayscale: #D2D2D2. Windows color (decimal): -150018 or 16692733. OLE color: 16692733.
HSL color Cylindrical-coordinate representation of color #FDB5FE: hue angle of 299.18º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB5FE is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 181 | 254 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.00 |
| HSL | 299.18º | 0.97% | 0.85% | - |
| HSV(B) | 299.18º | 0.29% | 1% | - |
| XYZ | 74.92 | 61.09 | 101.61 | - |
| YUV | 210.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 254 | 0.00 | 0.29 | 0 | 0.00 | 299.18 | 0.97 | 0.85 |
| Hex | FD | B5 | FE | 0 | 1D | 0 | 0 | 12B | 61 | 55 |
| Octal | 375 | 265 | 376 | 0 | 35 | 0 | 0 | 453 | 141 | 125 |
| Binary | 11111101 | 10110101 | 11111110 | 0 | 11101 | 0 | 0 | 100101011 | 1100001 | 1010101 |
Color Harmonies of #FDB5FE
Complementary color
Monochromatic Colors of #FDB5FE
Black with #FDB5FE
Text Example
Text Example
White with #FDB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5FE; }
p { color: rgb(253,181,254); }
H1.HeaderClassName
{
color: #FDB5FE;
}
.AnyTagClassName
{
color: #FDB5FE;
}
</style>
background-color css
<style>
a { background-color: #FDB5FE; }
a { background-color: rgb(253,181,254); }
div.DivClassName
{
background-color: #FDB5FE;
}
.BgClassName
{
background-color: #FDB5FE;
}
</style>
border-color css
<style>
span { border-color: #FDB5FE; }
span { border-color: rgb(253,181,254); }
td.TdClassName
{
border-color: #FDB5FE;
}
.TagClassName
{
border-color: #FDB5FE;
}
</style>