Shades of Lavender Rose #FDB1FA
Tints of Lavender Rose #FDB1FA
RGB
CMYK
RGB Variations
Color information
#FDB1FA (or 0xFDB1FA) is known color: Lavender Rose. HEX triplet: FD, B1 and FA. RGB value is (253,177,250). Sum of RGB (Red+Green+Blue) = 253+177+250=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 177 (69.53% from 255 or 26.03% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB1FA is #024E05. Grayscale: #CFCFCF. Windows color (decimal): -151046 or 16429565. OLE color: 16429565.
HSL color Cylindrical-coordinate representation of color #FDB1FA: hue angle of 302.37º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB1FA is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 250 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.01 |
| HSL | 302.37º | 0.95% | 0.84% | - |
| HSV(B) | 302.37º | 0.3% | 0.99% | - |
| XYZ | 73.49 | 59.23 | 98 | - |
| YUV | 208.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 250 | 0 | 0.30 | 0.01 | 0.01 | 302.37 | 0.95 | 0.84 |
| Hex | FD | B1 | FA | 0 | 1E | 1 | 1 | 12E | 5F | 54 |
| Octal | 375 | 261 | 372 | 0 | 36 | 1 | 1 | 456 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11111010 | 0 | 11110 | 1 | 1 | 100101110 | 1011111 | 1010100 |
Color Harmonies of #FDB1FA
Complementary color
Monochromatic Colors of #FDB1FA
Black with #FDB1FA
Text Example
Text Example
White with #FDB1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1FA; }
p { color: rgb(253,177,250); }
H1.HeaderClassName
{
color: #FDB1FA;
}
.AnyTagClassName
{
color: #FDB1FA;
}
</style>
background-color css
<style>
a { background-color: #FDB1FA; }
a { background-color: rgb(253,177,250); }
div.DivClassName
{
background-color: #FDB1FA;
}
.BgClassName
{
background-color: #FDB1FA;
}
</style>
border-color css
<style>
span { border-color: #FDB1FA; }
span { border-color: rgb(253,177,250); }
td.TdClassName
{
border-color: #FDB1FA;
}
.TagClassName
{
border-color: #FDB1FA;
}
</style>