Shades of Lavender Rose #FDBDF9
Tints of Lavender Rose #FDBDF9
RGB
CMYK
RGB Variations
Color information
#FDBDF9 (or 0xFDBDF9) is known color: Lavender Rose. HEX triplet: FD, BD and F9. RGB value is (253,189,249). Sum of RGB (Red+Green+Blue) = 253+189+249=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 189 (74.22% from 255 or 27.35% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDF9 is #024206. Grayscale: #D6D6D6. Windows color (decimal): -147975 or 16367101. OLE color: 16367101.
HSL color Cylindrical-coordinate representation of color #FDBDF9: hue angle of 303.75º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBDF9 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 249 | - |
CMYK | 0 | 0.25 | 0.02 | 0.01 |
HSL | 303.75º | 0.94% | 0.87% | - |
HSV(B) | 303.75º | 0.25% | 0.99% | - |
XYZ | 75.8 | 64.12 | 98 | - |
YUV | 214.98 | 147.2 | 155.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 249 | 0 | 0.25 | 0.02 | 0.01 | 303.75 | 0.94 | 0.87 |
Hex | FD | BD | F9 | 0 | 19 | 2 | 1 | 130 | 5E | 57 |
Octal | 375 | 275 | 371 | 0 | 31 | 2 | 1 | 460 | 136 | 127 |
Binary | 11111101 | 10111101 | 11111001 | 0 | 11001 | 10 | 1 | 100110000 | 1011110 | 1010111 |
Color Harmonies of #FDBDF9
Complementary color
Monochromatic Colors of #FDBDF9
Black with #FDBDF9
Text Example
Text Example
White with #FDBDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDF9; }
p { color: rgb(253,189,249); }
H1.HeaderClassName
{
color: #FDBDF9;
}
.AnyTagClassName
{
color: #FDBDF9;
}
</style>
background-color css
<style>
a { background-color: #FDBDF9; }
a { background-color: rgb(253,189,249); }
div.DivClassName
{
background-color: #FDBDF9;
}
.BgClassName
{
background-color: #FDBDF9;
}
</style>
border-color css
<style>
span { border-color: #FDBDF9; }
span { border-color: rgb(253,189,249); }
td.TdClassName
{
border-color: #FDBDF9;
}
.TagClassName
{
border-color: #FDBDF9;
}
</style>