Shades of Lavender Rose #FAB6F0
Tints of Lavender Rose #FAB6F0
RGB
CMYK
RGB Variations
Color information
#FAB6F0 (or 0xFAB6F0) is known color: Lavender Rose. HEX triplet: FA, B6 and F0. RGB value is (250,182,240). Sum of RGB (Red+Green+Blue) = 250+182+240=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 182 (71.48% from 255 or 27.08% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6F0 is #05490F. Grayscale: #D0D0D0. Windows color (decimal): -346384 or 15775482. OLE color: 15775482.
HSL color Cylindrical-coordinate representation of color #FAB6F0: hue angle of 308.82º 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 #FAB6F0 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 240 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.02 |
| HSL | 308.82º | 0.87% | 0.85% | - |
| HSV(B) | 308.82º | 0.27% | 0.98% | - |
| XYZ | 71.88 | 60.07 | 90.24 | - |
| YUV | 208.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 240 | 0 | 0.27 | 0.04 | 0.02 | 308.82 | 0.87 | 0.85 |
| Hex | FA | B6 | F0 | 0 | 1B | 4 | 2 | 135 | 57 | 55 |
| Octal | 372 | 266 | 360 | 0 | 33 | 4 | 2 | 465 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11110000 | 0 | 11011 | 100 | 10 | 100110101 | 1010111 | 1010101 |
Color Harmonies of #FAB6F0
Complementary color
Monochromatic Colors of #FAB6F0
Black with #FAB6F0
Text Example
Text Example
White with #FAB6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6F0; }
p { color: rgb(250,182,240); }
H1.HeaderClassName
{
color: #FAB6F0;
}
.AnyTagClassName
{
color: #FAB6F0;
}
</style>
background-color css
<style>
a { background-color: #FAB6F0; }
a { background-color: rgb(250,182,240); }
div.DivClassName
{
background-color: #FAB6F0;
}
.BgClassName
{
background-color: #FAB6F0;
}
</style>
border-color css
<style>
span { border-color: #FAB6F0; }
span { border-color: rgb(250,182,240); }
td.TdClassName
{
border-color: #FAB6F0;
}
.TagClassName
{
border-color: #FAB6F0;
}
</style>