Shades of Lavender Rose #FDB1F9
Tints of Lavender Rose #FDB1F9
RGB
CMYK
RGB Variations
Color information
#FDB1F9 (or 0xFDB1F9) is known color: Lavender Rose. HEX triplet: FD, B1 and F9. RGB value is (253,177,249). Sum of RGB (Red+Green+Blue) = 253+177+249=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 177 (69.53% from 255 or 26.07% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB1F9 is #024E06. Grayscale: #CFCFCF. Windows color (decimal): -151047 or 16364029. OLE color: 16364029.
HSL color Cylindrical-coordinate representation of color #FDB1F9: hue angle of 303.16º 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 #FDB1F9 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 249 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.01 |
| HSL | 303.16º | 0.95% | 0.84% | - |
| HSV(B) | 303.16º | 0.3% | 0.99% | - |
| XYZ | 73.33 | 59.17 | 97.18 | - |
| YUV | 207.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 249 | 0 | 0.30 | 0.02 | 0.01 | 303.16 | 0.95 | 0.84 |
| Hex | FD | B1 | F9 | 0 | 1E | 2 | 1 | 12F | 5F | 54 |
| Octal | 375 | 261 | 371 | 0 | 36 | 2 | 1 | 457 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11111001 | 0 | 11110 | 10 | 1 | 100101111 | 1011111 | 1010100 |
Color Harmonies of #FDB1F9
Complementary color
Monochromatic Colors of #FDB1F9
Black with #FDB1F9
Text Example
Text Example
White with #FDB1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1F9; }
p { color: rgb(253,177,249); }
H1.HeaderClassName
{
color: #FDB1F9;
}
.AnyTagClassName
{
color: #FDB1F9;
}
</style>
background-color css
<style>
a { background-color: #FDB1F9; }
a { background-color: rgb(253,177,249); }
div.DivClassName
{
background-color: #FDB1F9;
}
.BgClassName
{
background-color: #FDB1F9;
}
</style>
border-color css
<style>
span { border-color: #FDB1F9; }
span { border-color: rgb(253,177,249); }
td.TdClassName
{
border-color: #FDB1F9;
}
.TagClassName
{
border-color: #FDB1F9;
}
</style>