Shades of Lavender Rose #FDB4FB
Tints of Lavender Rose #FDB4FB
RGB
CMYK
RGB Variations
Color information
#FDB4FB (or 0xFDB4FB) is known color: Lavender Rose. HEX triplet: FD, B4 and FB. RGB value is (253,180,251). Sum of RGB (Red+Green+Blue) = 253+180+251=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 180 (70.70% from 255 or 26.32% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4FB is #024B04. Grayscale: #D1D1D1. Windows color (decimal): -150277 or 16495869. OLE color: 16495869.
HSL color Cylindrical-coordinate representation of color #FDB4FB: hue angle of 301.64º 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 #FDB4FB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 251 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.01 |
| HSL | 301.64º | 0.95% | 0.85% | - |
| HSV(B) | 301.64º | 0.29% | 0.99% | - |
| XYZ | 74.24 | 60.49 | 99.03 | - |
| YUV | 209.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 251 | 0 | 0.29 | 0.01 | 0.01 | 301.64 | 0.95 | 0.85 |
| Hex | FD | B4 | FB | 0 | 1D | 1 | 1 | 12E | 5F | 55 |
| Octal | 375 | 264 | 373 | 0 | 35 | 1 | 1 | 456 | 137 | 125 |
| Binary | 11111101 | 10110100 | 11111011 | 0 | 11101 | 1 | 1 | 100101110 | 1011111 | 1010101 |
Color Harmonies of #FDB4FB
Complementary color
Monochromatic Colors of #FDB4FB
Black with #FDB4FB
Text Example
Text Example
White with #FDB4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4FB; }
p { color: rgb(253,180,251); }
H1.HeaderClassName
{
color: #FDB4FB;
}
.AnyTagClassName
{
color: #FDB4FB;
}
</style>
background-color css
<style>
a { background-color: #FDB4FB; }
a { background-color: rgb(253,180,251); }
div.DivClassName
{
background-color: #FDB4FB;
}
.BgClassName
{
background-color: #FDB4FB;
}
</style>
border-color css
<style>
span { border-color: #FDB4FB; }
span { border-color: rgb(253,180,251); }
td.TdClassName
{
border-color: #FDB4FB;
}
.TagClassName
{
border-color: #FDB4FB;
}
</style>