Shades of Lavender Rose #FDBDF5
Tints of Lavender Rose #FDBDF5
RGB
CMYK
RGB Variations
Color information
#FDBDF5 (or 0xFDBDF5) is known color: Lavender Rose. HEX triplet: FD, BD and F5. RGB value is (253,189,245). Sum of RGB (Red+Green+Blue) = 253+189+245=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 189 (74.22% from 255 or 27.51% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDF5 is #02420A. Grayscale: #D6D6D6. Windows color (decimal): -147979 or 16104957. OLE color: 16104957.
HSL color Cylindrical-coordinate representation of color #FDBDF5: hue angle of 307.5º 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 #FDBDF5 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 245 | - |
CMYK | 0 | 0.25 | 0.03 | 0.01 |
HSL | 307.5º | 0.94% | 0.87% | - |
HSV(B) | 307.5º | 0.25% | 0.99% | - |
XYZ | 75.19 | 63.87 | 94.75 | - |
YUV | 214.52 | 145.2 | 155.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 245 | 0 | 0.25 | 0.03 | 0.01 | 307.5 | 0.94 | 0.87 |
Hex | FD | BD | F5 | 0 | 19 | 3 | 1 | 134 | 5E | 57 |
Octal | 375 | 275 | 365 | 0 | 31 | 3 | 1 | 464 | 136 | 127 |
Binary | 11111101 | 10111101 | 11110101 | 0 | 11001 | 11 | 1 | 100110100 | 1011110 | 1010111 |
Color Harmonies of #FDBDF5
Complementary color
Monochromatic Colors of #FDBDF5
Black with #FDBDF5
Text Example
Text Example
White with #FDBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDF5; }
p { color: rgb(253,189,245); }
H1.HeaderClassName
{
color: #FDBDF5;
}
.AnyTagClassName
{
color: #FDBDF5;
}
</style>
background-color css
<style>
a { background-color: #FDBDF5; }
a { background-color: rgb(253,189,245); }
div.DivClassName
{
background-color: #FDBDF5;
}
.BgClassName
{
background-color: #FDBDF5;
}
</style>
border-color css
<style>
span { border-color: #FDBDF5; }
span { border-color: rgb(253,189,245); }
td.TdClassName
{
border-color: #FDBDF5;
}
.TagClassName
{
border-color: #FDBDF5;
}
</style>