Shades of Lavender Rose #FDB6FA
Tints of Lavender Rose #FDB6FA
RGB
CMYK
RGB Variations
Color information
#FDB6FA (or 0xFDB6FA) is known color: Lavender Rose. HEX triplet: FD, B6 and FA. RGB value is (253,182,250). Sum of RGB (Red+Green+Blue) = 253+182+250=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 182 (71.48% from 255 or 26.57% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB6FA is #024905. Grayscale: #D2D2D2. Windows color (decimal): -149766 or 16430845. OLE color: 16430845.
HSL color Cylindrical-coordinate representation of color #FDB6FA: hue angle of 302.54º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB6FA is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 250 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.01 |
| HSL | 302.54º | 0.95% | 0.85% | - |
| HSV(B) | 302.54º | 0.28% | 0.99% | - |
| XYZ | 74.49 | 61.24 | 98.34 | - |
| YUV | 210.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 250 | 0 | 0.28 | 0.01 | 0.01 | 302.54 | 0.95 | 0.85 |
| Hex | FD | B6 | FA | 0 | 1C | 1 | 1 | 12F | 5F | 55 |
| Octal | 375 | 266 | 372 | 0 | 34 | 1 | 1 | 457 | 137 | 125 |
| Binary | 11111101 | 10110110 | 11111010 | 0 | 11100 | 1 | 1 | 100101111 | 1011111 | 1010101 |
Color Harmonies of #FDB6FA
Complementary color
Monochromatic Colors of #FDB6FA
Black with #FDB6FA
Text Example
Text Example
White with #FDB6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6FA; }
p { color: rgb(253,182,250); }
H1.HeaderClassName
{
color: #FDB6FA;
}
.AnyTagClassName
{
color: #FDB6FA;
}
</style>
background-color css
<style>
a { background-color: #FDB6FA; }
a { background-color: rgb(253,182,250); }
div.DivClassName
{
background-color: #FDB6FA;
}
.BgClassName
{
background-color: #FDB6FA;
}
</style>
border-color css
<style>
span { border-color: #FDB6FA; }
span { border-color: rgb(253,182,250); }
td.TdClassName
{
border-color: #FDB6FA;
}
.TagClassName
{
border-color: #FDB6FA;
}
</style>