Shades of Lavender Rose #FAB3E7
Tints of Lavender Rose #FAB3E7
RGB
CMYK
RGB Variations
Color information
#FAB3E7 (or 0xFAB3E7) is known color: Lavender Rose. HEX triplet: FA, B3 and E7. RGB value is (250,179,231). Sum of RGB (Red+Green+Blue) = 250+179+231=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 179 (70.31% from 255 or 27.12% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3E7 is #054C18. Grayscale: #CECECE. Windows color (decimal): -347161 or 15184890. OLE color: 15184890.
HSL color Cylindrical-coordinate representation of color #FAB3E7: hue angle of 316.06º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB3E7 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 179 | 231 | - |
CMYK | 0 | 0.28 | 0.08 | 0.02 |
HSL | 316.06º | 0.88% | 0.84% | - |
HSV(B) | 316.06º | 0.28% | 0.98% | - |
XYZ | 69.97 | 58.33 | 83.17 | - |
YUV | 206.16 | 142.02 | 159.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 179 | 231 | 0 | 0.28 | 0.08 | 0.02 | 316.06 | 0.88 | 0.84 |
Hex | FA | B3 | E7 | 0 | 1C | 8 | 2 | 13C | 58 | 54 |
Octal | 372 | 263 | 347 | 0 | 34 | 10 | 2 | 474 | 130 | 124 |
Binary | 11111010 | 10110011 | 11100111 | 0 | 11100 | 1000 | 10 | 100111100 | 1011000 | 1010100 |
Color Harmonies of #FAB3E7
Complementary color
Monochromatic Colors of #FAB3E7
Black with #FAB3E7
Text Example
Text Example
White with #FAB3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3E7; }
p { color: rgb(250,179,231); }
H1.HeaderClassName
{
color: #FAB3E7;
}
.AnyTagClassName
{
color: #FAB3E7;
}
</style>
background-color css
<style>
a { background-color: #FAB3E7; }
a { background-color: rgb(250,179,231); }
div.DivClassName
{
background-color: #FAB3E7;
}
.BgClassName
{
background-color: #FAB3E7;
}
</style>
border-color css
<style>
span { border-color: #FAB3E7; }
span { border-color: rgb(250,179,231); }
td.TdClassName
{
border-color: #FAB3E7;
}
.TagClassName
{
border-color: #FAB3E7;
}
</style>