Shades of Lavender Rose #FDBDF7
Tints of Lavender Rose #FDBDF7
RGB
CMYK
RGB Variations
Color information
#FDBDF7 (or 0xFDBDF7) is known color: Lavender Rose. HEX triplet: FD, BD and F7. RGB value is (253,189,247). Sum of RGB (Red+Green+Blue) = 253+189+247=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 189 (74.22% from 255 or 27.43% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDF7 is #024208. Grayscale: #D6D6D6. Windows color (decimal): -147977 or 16236029. OLE color: 16236029.
HSL color Cylindrical-coordinate representation of color #FDBDF7: hue angle of 305.62º 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 #FDBDF7 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 247 | - |
CMYK | 0 | 0.25 | 0.02 | 0.01 |
HSL | 305.63º | 0.94% | 0.87% | - |
HSV(B) | 305.63º | 0.25% | 0.99% | - |
XYZ | 75.49 | 63.99 | 96.37 | - |
YUV | 214.75 | 146.2 | 155.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 247 | 0 | 0.25 | 0.02 | 0.01 | 305.63 | 0.94 | 0.87 |
Hex | FD | BD | F7 | 0 | 19 | 2 | 1 | 132 | 5E | 57 |
Octal | 375 | 275 | 367 | 0 | 31 | 2 | 1 | 462 | 136 | 127 |
Binary | 11111101 | 10111101 | 11110111 | 0 | 11001 | 10 | 1 | 100110010 | 1011110 | 1010111 |
Color Harmonies of #FDBDF7
Complementary color
Monochromatic Colors of #FDBDF7
Black with #FDBDF7
Text Example
Text Example
White with #FDBDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDF7; }
p { color: rgb(253,189,247); }
H1.HeaderClassName
{
color: #FDBDF7;
}
.AnyTagClassName
{
color: #FDBDF7;
}
</style>
background-color css
<style>
a { background-color: #FDBDF7; }
a { background-color: rgb(253,189,247); }
div.DivClassName
{
background-color: #FDBDF7;
}
.BgClassName
{
background-color: #FDBDF7;
}
</style>
border-color css
<style>
span { border-color: #FDBDF7; }
span { border-color: rgb(253,189,247); }
td.TdClassName
{
border-color: #FDBDF7;
}
.TagClassName
{
border-color: #FDBDF7;
}
</style>