Shades of Lavender Rose #FABDF3
Tints of Lavender Rose #FABDF3
RGB
CMYK
RGB Variations
Color information
#FABDF3 (or 0xFABDF3) is known color: Lavender Rose. HEX triplet: FA, BD and F3. RGB value is (250,189,243). Sum of RGB (Red+Green+Blue) = 250+189+243=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABDF3 is #05420C. Grayscale: #D5D5D5. Windows color (decimal): -344589 or 15973882. OLE color: 15973882.
HSL color Cylindrical-coordinate representation of color #FABDF3: hue angle of 306.89º 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 #FABDF3 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 243 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.02 |
| HSL | 306.89º | 0.86% | 0.86% | - |
| HSV(B) | 306.89º | 0.24% | 0.98% | - |
| XYZ | 73.8 | 63.19 | 93.1 | - |
| YUV | 213.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 243 | 0 | 0.24 | 0.03 | 0.02 | 306.89 | 0.86 | 0.86 |
| Hex | FA | BD | F3 | 0 | 18 | 3 | 2 | 133 | 56 | 56 |
| Octal | 372 | 275 | 363 | 0 | 30 | 3 | 2 | 463 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11110011 | 0 | 11000 | 11 | 10 | 100110011 | 1010110 | 1010110 |
Color Harmonies of #FABDF3
Complementary color
Monochromatic Colors of #FABDF3
Black with #FABDF3
Text Example
Text Example
White with #FABDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDF3; }
p { color: rgb(250,189,243); }
H1.HeaderClassName
{
color: #FABDF3;
}
.AnyTagClassName
{
color: #FABDF3;
}
</style>
background-color css
<style>
a { background-color: #FABDF3; }
a { background-color: rgb(250,189,243); }
div.DivClassName
{
background-color: #FABDF3;
}
.BgClassName
{
background-color: #FABDF3;
}
</style>
border-color css
<style>
span { border-color: #FABDF3; }
span { border-color: rgb(250,189,243); }
td.TdClassName
{
border-color: #FABDF3;
}
.TagClassName
{
border-color: #FABDF3;
}
</style>