Shades of Lavender Rose #FAB8F5
Tints of Lavender Rose #FAB8F5
RGB
CMYK
RGB Variations
Color information
#FAB8F5 (or 0xFAB8F5) is known color: Lavender Rose. HEX triplet: FA, B8 and F5. RGB value is (250,184,245). Sum of RGB (Red+Green+Blue) = 250+184+245=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 184 (72.27% from 255 or 27.10% from 679); Blue value is 245 (96.09% from 255 or 36.08% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB8F5 is #05470A. Grayscale: #D2D2D2. Windows color (decimal): -345867 or 16103674. OLE color: 16103674.
HSL color Cylindrical-coordinate representation of color #FAB8F5: hue angle of 304.55º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAB8F5 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 245 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.02 |
| HSL | 304.55º | 0.87% | 0.85% | - |
| HSV(B) | 304.55º | 0.26% | 0.98% | - |
| XYZ | 73.05 | 61.2 | 94.35 | - |
| YUV | 210.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 245 | 0 | 0.26 | 0.02 | 0.02 | 304.55 | 0.87 | 0.85 |
| Hex | FA | B8 | F5 | 0 | 1A | 2 | 2 | 131 | 57 | 55 |
| Octal | 372 | 270 | 365 | 0 | 32 | 2 | 2 | 461 | 127 | 125 |
| Binary | 11111010 | 10111000 | 11110101 | 0 | 11010 | 10 | 10 | 100110001 | 1010111 | 1010101 |
Color Harmonies of #FAB8F5
Complementary color
Monochromatic Colors of #FAB8F5
Black with #FAB8F5
Text Example
Text Example
White with #FAB8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8F5; }
p { color: rgb(250,184,245); }
H1.HeaderClassName
{
color: #FAB8F5;
}
.AnyTagClassName
{
color: #FAB8F5;
}
</style>
background-color css
<style>
a { background-color: #FAB8F5; }
a { background-color: rgb(250,184,245); }
div.DivClassName
{
background-color: #FAB8F5;
}
.BgClassName
{
background-color: #FAB8F5;
}
</style>
border-color css
<style>
span { border-color: #FAB8F5; }
span { border-color: rgb(250,184,245); }
td.TdClassName
{
border-color: #FAB8F5;
}
.TagClassName
{
border-color: #FAB8F5;
}
</style>