Shades of Lavender Rose #FDBDEE
Tints of Lavender Rose #FDBDEE
RGB
CMYK
RGB Variations
Color information
#FDBDEE (or 0xFDBDEE) is known color: Lavender Rose. HEX triplet: FD, BD and EE. RGB value is (253,189,238). Sum of RGB (Red+Green+Blue) = 253+189+238=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDEE is #024211. Grayscale: #D5D5D5. Windows color (decimal): -147986 or 15646205. OLE color: 15646205.
HSL color Cylindrical-coordinate representation of color #FDBDEE: hue angle of 314.06º 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 #FDBDEE is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 238 | - |
CMYK | 0 | 0.25 | 0.06 | 0.01 |
HSL | 314.06º | 0.94% | 0.87% | - |
HSV(B) | 314.06º | 0.25% | 0.99% | - |
XYZ | 74.14 | 63.45 | 89.23 | - |
YUV | 213.72 | 141.7 | 156.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 238 | 0 | 0.25 | 0.06 | 0.01 | 314.06 | 0.94 | 0.87 |
Hex | FD | BD | EE | 0 | 19 | 6 | 1 | 13A | 5E | 57 |
Octal | 375 | 275 | 356 | 0 | 31 | 6 | 1 | 472 | 136 | 127 |
Binary | 11111101 | 10111101 | 11101110 | 0 | 11001 | 110 | 1 | 100111010 | 1011110 | 1010111 |
Color Harmonies of #FDBDEE
Complementary color
Monochromatic Colors of #FDBDEE
Black with #FDBDEE
Text Example
Text Example
White with #FDBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDEE; }
p { color: rgb(253,189,238); }
H1.HeaderClassName
{
color: #FDBDEE;
}
.AnyTagClassName
{
color: #FDBDEE;
}
</style>
background-color css
<style>
a { background-color: #FDBDEE; }
a { background-color: rgb(253,189,238); }
div.DivClassName
{
background-color: #FDBDEE;
}
.BgClassName
{
background-color: #FDBDEE;
}
</style>
border-color css
<style>
span { border-color: #FDBDEE; }
span { border-color: rgb(253,189,238); }
td.TdClassName
{
border-color: #FDBDEE;
}
.TagClassName
{
border-color: #FDBDEE;
}
</style>