Shades of Lavender Rose #FAB1F0
Tints of Lavender Rose #FAB1F0
RGB
CMYK
RGB Variations
Color information
#FAB1F0 (or 0xFAB1F0) is known color: Lavender Rose. HEX triplet: FA, B1 and F0. RGB value is (250,177,240). Sum of RGB (Red+Green+Blue) = 250+177+240=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1F0 is #054E0F. Grayscale: #CDCDCD. Windows color (decimal): -347664 or 15774202. OLE color: 15774202.
HSL color Cylindrical-coordinate representation of color #FAB1F0: hue angle of 308.22º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB1F0 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 240 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.02 |
| HSL | 308.22º | 0.88% | 0.84% | - |
| HSV(B) | 308.22º | 0.29% | 0.98% | - |
| XYZ | 70.87 | 58.06 | 89.91 | - |
| YUV | 206.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 240 | 0 | 0.29 | 0.04 | 0.02 | 308.22 | 0.88 | 0.84 |
| Hex | FA | B1 | F0 | 0 | 1D | 4 | 2 | 134 | 58 | 54 |
| Octal | 372 | 261 | 360 | 0 | 35 | 4 | 2 | 464 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11110000 | 0 | 11101 | 100 | 10 | 100110100 | 1011000 | 1010100 |
Color Harmonies of #FAB1F0
Complementary color
Monochromatic Colors of #FAB1F0
Black with #FAB1F0
Text Example
Text Example
White with #FAB1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1F0; }
p { color: rgb(250,177,240); }
H1.HeaderClassName
{
color: #FAB1F0;
}
.AnyTagClassName
{
color: #FAB1F0;
}
</style>
background-color css
<style>
a { background-color: #FAB1F0; }
a { background-color: rgb(250,177,240); }
div.DivClassName
{
background-color: #FAB1F0;
}
.BgClassName
{
background-color: #FAB1F0;
}
</style>
border-color css
<style>
span { border-color: #FAB1F0; }
span { border-color: rgb(250,177,240); }
td.TdClassName
{
border-color: #FAB1F0;
}
.TagClassName
{
border-color: #FAB1F0;
}
</style>