Shades of Lavender Rose #FDB9F8
Tints of Lavender Rose #FDB9F8
RGB
CMYK
RGB Variations
Color information
#FDB9F8 (or 0xFDB9F8) is known color: Lavender Rose. HEX triplet: FD, B9 and F8. RGB value is (253,185,248). Sum of RGB (Red+Green+Blue) = 253+185+248=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 185 (72.66% from 255 or 26.97% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9F8 is #024607. Grayscale: #D4D4D4. Windows color (decimal): -149000 or 16300541. OLE color: 16300541.
HSL color Cylindrical-coordinate representation of color #FDB9F8: hue angle of 304.41º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB9F8 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 248 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.01 |
| HSL | 304.41º | 0.94% | 0.86% | - |
| HSV(B) | 304.41º | 0.27% | 0.99% | - |
| XYZ | 74.8 | 62.36 | 96.9 | - |
| YUV | 212.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 248 | 0 | 0.27 | 0.02 | 0.01 | 304.41 | 0.94 | 0.86 |
| Hex | FD | B9 | F8 | 0 | 1B | 2 | 1 | 130 | 5E | 56 |
| Octal | 375 | 271 | 370 | 0 | 33 | 2 | 1 | 460 | 136 | 126 |
| Binary | 11111101 | 10111001 | 11111000 | 0 | 11011 | 10 | 1 | 100110000 | 1011110 | 1010110 |
Color Harmonies of #FDB9F8
Complementary color
Monochromatic Colors of #FDB9F8
Black with #FDB9F8
Text Example
Text Example
White with #FDB9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9F8; }
p { color: rgb(253,185,248); }
H1.HeaderClassName
{
color: #FDB9F8;
}
.AnyTagClassName
{
color: #FDB9F8;
}
</style>
background-color css
<style>
a { background-color: #FDB9F8; }
a { background-color: rgb(253,185,248); }
div.DivClassName
{
background-color: #FDB9F8;
}
.BgClassName
{
background-color: #FDB9F8;
}
</style>
border-color css
<style>
span { border-color: #FDB9F8; }
span { border-color: rgb(253,185,248); }
td.TdClassName
{
border-color: #FDB9F8;
}
.TagClassName
{
border-color: #FDB9F8;
}
</style>