Shades of Lavender Rose #FABDF1
Tints of Lavender Rose #FABDF1
RGB
CMYK
RGB Variations
Color information
#FABDF1 (or 0xFABDF1) is known color: Lavender Rose. HEX triplet: FA, BD and F1. RGB value is (250,189,241). Sum of RGB (Red+Green+Blue) = 250+189+241=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABDF1 is #05420E. Grayscale: #D5D5D5. Windows color (decimal): -344591 or 15842810. OLE color: 15842810.
HSL color Cylindrical-coordinate representation of color #FABDF1: hue angle of 308.85º 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 #FABDF1 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 241 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.02 |
| HSL | 308.85º | 0.86% | 0.86% | - |
| HSV(B) | 308.85º | 0.24% | 0.98% | - |
| XYZ | 73.5 | 63.07 | 91.52 | - |
| YUV | 213.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 241 | 0 | 0.24 | 0.04 | 0.02 | 308.85 | 0.86 | 0.86 |
| Hex | FA | BD | F1 | 0 | 18 | 4 | 2 | 135 | 56 | 56 |
| Octal | 372 | 275 | 361 | 0 | 30 | 4 | 2 | 465 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11110001 | 0 | 11000 | 100 | 10 | 100110101 | 1010110 | 1010110 |
Color Harmonies of #FABDF1
Complementary color
Monochromatic Colors of #FABDF1
Black with #FABDF1
Text Example
Text Example
White with #FABDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDF1; }
p { color: rgb(250,189,241); }
H1.HeaderClassName
{
color: #FABDF1;
}
.AnyTagClassName
{
color: #FABDF1;
}
</style>
background-color css
<style>
a { background-color: #FABDF1; }
a { background-color: rgb(250,189,241); }
div.DivClassName
{
background-color: #FABDF1;
}
.BgClassName
{
background-color: #FABDF1;
}
</style>
border-color css
<style>
span { border-color: #FABDF1; }
span { border-color: rgb(250,189,241); }
td.TdClassName
{
border-color: #FABDF1;
}
.TagClassName
{
border-color: #FABDF1;
}
</style>