Shades of Lavender Rose #FAB7F0
Tints of Lavender Rose #FAB7F0
RGB
CMYK
RGB Variations
Color information
#FAB7F0 (or 0xFAB7F0) is known color: Lavender Rose. HEX triplet: FA, B7 and F0. RGB value is (250,183,240). Sum of RGB (Red+Green+Blue) = 250+183+240=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 183 (71.88% from 255 or 27.19% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7F0 is #05480F. Grayscale: #D1D1D1. Windows color (decimal): -346128 or 15775738. OLE color: 15775738.
HSL color Cylindrical-coordinate representation of color #FAB7F0: hue angle of 308.96º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7F0 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 240 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.02 |
| HSL | 308.96º | 0.87% | 0.85% | - |
| HSV(B) | 308.96º | 0.27% | 0.98% | - |
| XYZ | 72.09 | 60.48 | 90.31 | - |
| YUV | 209.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 240 | 0 | 0.27 | 0.04 | 0.02 | 308.96 | 0.87 | 0.85 |
| Hex | FA | B7 | F0 | 0 | 1B | 4 | 2 | 135 | 57 | 55 |
| Octal | 372 | 267 | 360 | 0 | 33 | 4 | 2 | 465 | 127 | 125 |
| Binary | 11111010 | 10110111 | 11110000 | 0 | 11011 | 100 | 10 | 100110101 | 1010111 | 1010101 |
Color Harmonies of #FAB7F0
Complementary color
Monochromatic Colors of #FAB7F0
Black with #FAB7F0
Text Example
Text Example
White with #FAB7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7F0; }
p { color: rgb(250,183,240); }
H1.HeaderClassName
{
color: #FAB7F0;
}
.AnyTagClassName
{
color: #FAB7F0;
}
</style>
background-color css
<style>
a { background-color: #FAB7F0; }
a { background-color: rgb(250,183,240); }
div.DivClassName
{
background-color: #FAB7F0;
}
.BgClassName
{
background-color: #FAB7F0;
}
</style>
border-color css
<style>
span { border-color: #FAB7F0; }
span { border-color: rgb(250,183,240); }
td.TdClassName
{
border-color: #FAB7F0;
}
.TagClassName
{
border-color: #FAB7F0;
}
</style>