Shades of Lavender Rose #FABDF2
Tints of Lavender Rose #FABDF2
RGB
CMYK
RGB Variations
Color information
#FABDF2 (or 0xFABDF2) is known color: Lavender Rose. HEX triplet: FA, BD and F2. RGB value is (250,189,242). Sum of RGB (Red+Green+Blue) = 250+189+242=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 189 (74.22% from 255 or 27.75% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABDF2 is #05420D. Grayscale: #D5D5D5. Windows color (decimal): -344590 or 15908346. OLE color: 15908346.
HSL color Cylindrical-coordinate representation of color #FABDF2: hue angle of 307.87º 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 #FABDF2 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 242 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.02 |
| HSL | 307.87º | 0.86% | 0.86% | - |
| HSV(B) | 307.87º | 0.24% | 0.98% | - |
| XYZ | 73.65 | 63.13 | 92.31 | - |
| YUV | 213.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 242 | 0 | 0.24 | 0.03 | 0.02 | 307.87 | 0.86 | 0.86 |
| Hex | FA | BD | F2 | 0 | 18 | 3 | 2 | 134 | 56 | 56 |
| Octal | 372 | 275 | 362 | 0 | 30 | 3 | 2 | 464 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11110010 | 0 | 11000 | 11 | 10 | 100110100 | 1010110 | 1010110 |
Color Harmonies of #FABDF2
Complementary color
Monochromatic Colors of #FABDF2
Black with #FABDF2
Text Example
Text Example
White with #FABDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDF2; }
p { color: rgb(250,189,242); }
H1.HeaderClassName
{
color: #FABDF2;
}
.AnyTagClassName
{
color: #FABDF2;
}
</style>
background-color css
<style>
a { background-color: #FABDF2; }
a { background-color: rgb(250,189,242); }
div.DivClassName
{
background-color: #FABDF2;
}
.BgClassName
{
background-color: #FABDF2;
}
</style>
border-color css
<style>
span { border-color: #FABDF2; }
span { border-color: rgb(250,189,242); }
td.TdClassName
{
border-color: #FABDF2;
}
.TagClassName
{
border-color: #FABDF2;
}
</style>