Shades of Lavender Rose #FABFF2
Tints of Lavender Rose #FABFF2
RGB
CMYK
RGB Variations
Color information
#FABFF2 (or 0xFABFF2) is known color: Lavender Rose. HEX triplet: FA, BF and F2. RGB value is (250,191,242). Sum of RGB (Red+Green+Blue) = 250+191+242=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFF2 is #05400D. Grayscale: #D6D6D6. Windows color (decimal): -344078 or 15908858. OLE color: 15908858.
HSL color Cylindrical-coordinate representation of color #FABFF2: hue angle of 308.14º 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 #FABFF2 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 242 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.02 |
| HSL | 308.14º | 0.86% | 0.86% | - |
| HSV(B) | 308.14º | 0.24% | 0.98% | - |
| XYZ | 74.08 | 64 | 92.45 | - |
| YUV | 214.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 242 | 0 | 0.24 | 0.03 | 0.02 | 308.14 | 0.86 | 0.86 |
| Hex | FA | BF | F2 | 0 | 18 | 3 | 2 | 134 | 56 | 56 |
| Octal | 372 | 277 | 362 | 0 | 30 | 3 | 2 | 464 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11110010 | 0 | 11000 | 11 | 10 | 100110100 | 1010110 | 1010110 |
Color Harmonies of #FABFF2
Complementary color
Monochromatic Colors of #FABFF2
Black with #FABFF2
Text Example
Text Example
White with #FABFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFF2; }
p { color: rgb(250,191,242); }
H1.HeaderClassName
{
color: #FABFF2;
}
.AnyTagClassName
{
color: #FABFF2;
}
</style>
background-color css
<style>
a { background-color: #FABFF2; }
a { background-color: rgb(250,191,242); }
div.DivClassName
{
background-color: #FABFF2;
}
.BgClassName
{
background-color: #FABFF2;
}
</style>
border-color css
<style>
span { border-color: #FABFF2; }
span { border-color: rgb(250,191,242); }
td.TdClassName
{
border-color: #FABFF2;
}
.TagClassName
{
border-color: #FABFF2;
}
</style>