Shades of Lavender Rose #FAB6E6
Tints of Lavender Rose #FAB6E6
RGB
CMYK
RGB Variations
Color information
#FAB6E6 (or 0xFAB6E6) is known color: Lavender Rose. HEX triplet: FA, B6 and E6. RGB value is (250,182,230). Sum of RGB (Red+Green+Blue) = 250+182+230=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6E6 is #054919. Grayscale: #CFCFCF. Windows color (decimal): -346394 or 15120122. OLE color: 15120122.
HSL color Cylindrical-coordinate representation of color #FAB6E6: hue angle of 317.65º 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 #FAB6E6 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 230 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.02 |
| HSL | 317.65º | 0.87% | 0.85% | - |
| HSV(B) | 317.65º | 0.27% | 0.98% | - |
| XYZ | 70.44 | 59.49 | 82.63 | - |
| YUV | 207.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 230 | 0 | 0.27 | 0.08 | 0.02 | 317.65 | 0.87 | 0.85 |
| Hex | FA | B6 | E6 | 0 | 1B | 8 | 2 | 13E | 57 | 55 |
| Octal | 372 | 266 | 346 | 0 | 33 | 10 | 2 | 476 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11100110 | 0 | 11011 | 1000 | 10 | 100111110 | 1010111 | 1010101 |
Color Harmonies of #FAB6E6
Complementary color
Monochromatic Colors of #FAB6E6
Black with #FAB6E6
Text Example
Text Example
White with #FAB6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6E6; }
p { color: rgb(250,182,230); }
H1.HeaderClassName
{
color: #FAB6E6;
}
.AnyTagClassName
{
color: #FAB6E6;
}
</style>
background-color css
<style>
a { background-color: #FAB6E6; }
a { background-color: rgb(250,182,230); }
div.DivClassName
{
background-color: #FAB6E6;
}
.BgClassName
{
background-color: #FAB6E6;
}
</style>
border-color css
<style>
span { border-color: #FAB6E6; }
span { border-color: rgb(250,182,230); }
td.TdClassName
{
border-color: #FAB6E6;
}
.TagClassName
{
border-color: #FAB6E6;
}
</style>