Shades of Lavender Rose #FDB3FB
Tints of Lavender Rose #FDB3FB
RGB
CMYK
RGB Variations
Color information
#FDB3FB (or 0xFDB3FB) is known color: Lavender Rose. HEX triplet: FD, B3 and FB. RGB value is (253,179,251). Sum of RGB (Red+Green+Blue) = 253+179+251=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 179 (70.31% from 255 or 26.21% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB3FB is #024C04. Grayscale: #D1D1D1. Windows color (decimal): -150533 or 16495613. OLE color: 16495613.
HSL color Cylindrical-coordinate representation of color #FDB3FB: hue angle of 301.62º 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 #FDB3FB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 251 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.01 |
| HSL | 301.62º | 0.95% | 0.85% | - |
| HSV(B) | 301.62º | 0.29% | 0.99% | - |
| XYZ | 74.04 | 60.09 | 98.96 | - |
| YUV | 209.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 251 | 0 | 0.29 | 0.01 | 0.01 | 301.62 | 0.95 | 0.85 |
| Hex | FD | B3 | FB | 0 | 1D | 1 | 1 | 12E | 5F | 55 |
| Octal | 375 | 263 | 373 | 0 | 35 | 1 | 1 | 456 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11111011 | 0 | 11101 | 1 | 1 | 100101110 | 1011111 | 1010101 |
Color Harmonies of #FDB3FB
Complementary color
Monochromatic Colors of #FDB3FB
Black with #FDB3FB
Text Example
Text Example
White with #FDB3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3FB; }
p { color: rgb(253,179,251); }
H1.HeaderClassName
{
color: #FDB3FB;
}
.AnyTagClassName
{
color: #FDB3FB;
}
</style>
background-color css
<style>
a { background-color: #FDB3FB; }
a { background-color: rgb(253,179,251); }
div.DivClassName
{
background-color: #FDB3FB;
}
.BgClassName
{
background-color: #FDB3FB;
}
</style>
border-color css
<style>
span { border-color: #FDB3FB; }
span { border-color: rgb(253,179,251); }
td.TdClassName
{
border-color: #FDB3FB;
}
.TagClassName
{
border-color: #FDB3FB;
}
</style>