Shades of Lavender Rose #FDBDF6
Tints of Lavender Rose #FDBDF6
RGB
CMYK
RGB Variations
Color information
#FDBDF6 (or 0xFDBDF6) is known color: Lavender Rose. HEX triplet: FD, BD and F6. RGB value is (253,189,246). Sum of RGB (Red+Green+Blue) = 253+189+246=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 189 (74.22% from 255 or 27.47% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDF6 is #024209. Grayscale: #D6D6D6. Windows color (decimal): -147978 or 16170493. OLE color: 16170493.
HSL color Cylindrical-coordinate representation of color #FDBDF6: hue angle of 306.56º 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 #FDBDF6 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 246 | - |
CMYK | 0 | 0.25 | 0.03 | 0.01 |
HSL | 306.56º | 0.94% | 0.87% | - |
HSV(B) | 306.56º | 0.25% | 0.99% | - |
XYZ | 75.34 | 63.93 | 95.56 | - |
YUV | 214.63 | 145.7 | 155.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 246 | 0 | 0.25 | 0.03 | 0.01 | 306.56 | 0.94 | 0.87 |
Hex | FD | BD | F6 | 0 | 19 | 3 | 1 | 133 | 5E | 57 |
Octal | 375 | 275 | 366 | 0 | 31 | 3 | 1 | 463 | 136 | 127 |
Binary | 11111101 | 10111101 | 11110110 | 0 | 11001 | 11 | 1 | 100110011 | 1011110 | 1010111 |
Color Harmonies of #FDBDF6
Complementary color
Monochromatic Colors of #FDBDF6
Black with #FDBDF6
Text Example
Text Example
White with #FDBDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDF6; }
p { color: rgb(253,189,246); }
H1.HeaderClassName
{
color: #FDBDF6;
}
.AnyTagClassName
{
color: #FDBDF6;
}
</style>
background-color css
<style>
a { background-color: #FDBDF6; }
a { background-color: rgb(253,189,246); }
div.DivClassName
{
background-color: #FDBDF6;
}
.BgClassName
{
background-color: #FDBDF6;
}
</style>
border-color css
<style>
span { border-color: #FDBDF6; }
span { border-color: rgb(253,189,246); }
td.TdClassName
{
border-color: #FDBDF6;
}
.TagClassName
{
border-color: #FDBDF6;
}
</style>