Shades of Lavender Rose #FDB3ED
Tints of Lavender Rose #FDB3ED
RGB
CMYK
RGB Variations
Color information
#FDB3ED (or 0xFDB3ED) is known color: Lavender Rose. HEX triplet: FD, B3 and ED. RGB value is (253,179,237). Sum of RGB (Red+Green+Blue) = 253+179+237=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 179 (70.31% from 255 or 26.76% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB3ED is #024C12. Grayscale: #CFCFCF. Windows color (decimal): -150547 or 15578109. OLE color: 15578109.
HSL color Cylindrical-coordinate representation of color #FDB3ED: hue angle of 312.97º 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 #FDB3ED is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 237 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.01 |
| HSL | 312.97º | 0.95% | 0.85% | - |
| HSV(B) | 312.97º | 0.29% | 0.99% | - |
| XYZ | 71.91 | 59.24 | 87.76 | - |
| YUV | 207.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 237 | 0 | 0.29 | 0.06 | 0.01 | 312.97 | 0.95 | 0.85 |
| Hex | FD | B3 | ED | 0 | 1D | 6 | 1 | 139 | 5F | 55 |
| Octal | 375 | 263 | 355 | 0 | 35 | 6 | 1 | 471 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11101101 | 0 | 11101 | 110 | 1 | 100111001 | 1011111 | 1010101 |
Color Harmonies of #FDB3ED
Complementary color
Monochromatic Colors of #FDB3ED
Black with #FDB3ED
Text Example
Text Example
White with #FDB3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3ED; }
p { color: rgb(253,179,237); }
H1.HeaderClassName
{
color: #FDB3ED;
}
.AnyTagClassName
{
color: #FDB3ED;
}
</style>
background-color css
<style>
a { background-color: #FDB3ED; }
a { background-color: rgb(253,179,237); }
div.DivClassName
{
background-color: #FDB3ED;
}
.BgClassName
{
background-color: #FDB3ED;
}
</style>
border-color css
<style>
span { border-color: #FDB3ED; }
span { border-color: rgb(253,179,237); }
td.TdClassName
{
border-color: #FDB3ED;
}
.TagClassName
{
border-color: #FDB3ED;
}
</style>