Shades of Lavender Rose #FABDF6
Tints of Lavender Rose #FABDF6
RGB
CMYK
RGB Variations
Color information
#FABDF6 (or 0xFABDF6) is known color: Lavender Rose. HEX triplet: FA, BD and F6. RGB value is (250,189,246). Sum of RGB (Red+Green+Blue) = 250+189+246=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 189 (74.22% from 255 or 27.59% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABDF6 is #054209. Grayscale: #D5D5D5. Windows color (decimal): -344586 or 16170490. OLE color: 16170490.
HSL color Cylindrical-coordinate representation of color #FABDF6: hue angle of 303.93º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABDF6 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 246 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.02 |
| HSL | 303.93º | 0.86% | 0.86% | - |
| HSV(B) | 303.93º | 0.24% | 0.98% | - |
| XYZ | 74.26 | 63.37 | 95.51 | - |
| YUV | 213.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 246 | 0 | 0.24 | 0.02 | 0.02 | 303.93 | 0.86 | 0.86 |
| Hex | FA | BD | F6 | 0 | 18 | 2 | 2 | 130 | 56 | 56 |
| Octal | 372 | 275 | 366 | 0 | 30 | 2 | 2 | 460 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11110110 | 0 | 11000 | 10 | 10 | 100110000 | 1010110 | 1010110 |
Color Harmonies of #FABDF6
Complementary color
Monochromatic Colors of #FABDF6
Black with #FABDF6
Text Example
Text Example
White with #FABDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDF6; }
p { color: rgb(250,189,246); }
H1.HeaderClassName
{
color: #FABDF6;
}
.AnyTagClassName
{
color: #FABDF6;
}
</style>
background-color css
<style>
a { background-color: #FABDF6; }
a { background-color: rgb(250,189,246); }
div.DivClassName
{
background-color: #FABDF6;
}
.BgClassName
{
background-color: #FABDF6;
}
</style>
border-color css
<style>
span { border-color: #FABDF6; }
span { border-color: rgb(250,189,246); }
td.TdClassName
{
border-color: #FABDF6;
}
.TagClassName
{
border-color: #FABDF6;
}
</style>