Shades of Lavender Rose #FDB2FB
Tints of Lavender Rose #FDB2FB
RGB
CMYK
RGB Variations
Color information
#FDB2FB (or 0xFDB2FB) is known color: Lavender Rose. HEX triplet: FD, B2 and FB. RGB value is (253,178,251). Sum of RGB (Red+Green+Blue) = 253+178+251=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 178 (69.92% from 255 or 26.10% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB2FB is #024D04. Grayscale: #D0D0D0. Windows color (decimal): -150789 or 16495357. OLE color: 16495357.
HSL color Cylindrical-coordinate representation of color #FDB2FB: hue angle of 301.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2FB is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 251 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.01 |
| HSL | 301.6º | 0.95% | 0.85% | - |
| HSV(B) | 301.6º | 0.3% | 0.99% | - |
| XYZ | 73.84 | 59.69 | 98.9 | - |
| YUV | 208.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 251 | 0 | 0.30 | 0.01 | 0.01 | 301.6 | 0.95 | 0.85 |
| Hex | FD | B2 | FB | 0 | 1E | 1 | 1 | 12E | 5F | 55 |
| Octal | 375 | 262 | 373 | 0 | 36 | 1 | 1 | 456 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11111011 | 0 | 11110 | 1 | 1 | 100101110 | 1011111 | 1010101 |
Color Harmonies of #FDB2FB
Complementary color
Monochromatic Colors of #FDB2FB
Black with #FDB2FB
Text Example
Text Example
White with #FDB2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2FB; }
p { color: rgb(253,178,251); }
H1.HeaderClassName
{
color: #FDB2FB;
}
.AnyTagClassName
{
color: #FDB2FB;
}
</style>
background-color css
<style>
a { background-color: #FDB2FB; }
a { background-color: rgb(253,178,251); }
div.DivClassName
{
background-color: #FDB2FB;
}
.BgClassName
{
background-color: #FDB2FB;
}
</style>
border-color css
<style>
span { border-color: #FDB2FB; }
span { border-color: rgb(253,178,251); }
td.TdClassName
{
border-color: #FDB2FB;
}
.TagClassName
{
border-color: #FDB2FB;
}
</style>