Shades of Lavender Rose #FAA4E6
Tints of Lavender Rose #FAA4E6
RGB
CMYK
RGB Variations
Color information
#FAA4E6 (or 0xFAA4E6) is known color: Lavender Rose. HEX triplet: FA, A4 and E6. RGB value is (250,164,230). Sum of RGB (Red+Green+Blue) = 250+164+230=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 164 (64.45% from 255 or 25.47% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA4E6 is #055B19. Grayscale: #C5C5C5. Windows color (decimal): -351002 or 15115514. OLE color: 15115514.
HSL color Cylindrical-coordinate representation of color #FAA4E6: hue angle of 313.95º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA4E6 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 230 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.02 |
| HSL | 313.95º | 0.9% | 0.81% | - |
| HSV(B) | 313.95º | 0.34% | 0.98% | - |
| XYZ | 66.98 | 52.59 | 81.48 | - |
| YUV | 197.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 230 | 0 | 0.34 | 0.08 | 0.02 | 313.95 | 0.9 | 0.81 |
| Hex | FA | A4 | E6 | 0 | 22 | 8 | 2 | 13A | 5A | 51 |
| Octal | 372 | 244 | 346 | 0 | 42 | 10 | 2 | 472 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11100110 | 0 | 100010 | 1000 | 10 | 100111010 | 1011010 | 1010001 |
Color Harmonies of #FAA4E6
Complementary color
Monochromatic Colors of #FAA4E6
Black with #FAA4E6
Text Example
Text Example
White with #FAA4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4E6; }
p { color: rgb(250,164,230); }
H1.HeaderClassName
{
color: #FAA4E6;
}
.AnyTagClassName
{
color: #FAA4E6;
}
</style>
background-color css
<style>
a { background-color: #FAA4E6; }
a { background-color: rgb(250,164,230); }
div.DivClassName
{
background-color: #FAA4E6;
}
.BgClassName
{
background-color: #FAA4E6;
}
</style>
border-color css
<style>
span { border-color: #FAA4E6; }
span { border-color: rgb(250,164,230); }
td.TdClassName
{
border-color: #FAA4E6;
}
.TagClassName
{
border-color: #FAA4E6;
}
</style>