Shades of Lavender Rose #FAA4F8
Tints of Lavender Rose #FAA4F8
RGB
CMYK
RGB Variations
Color information
#FAA4F8 (or 0xFAA4F8) is known color: Lavender Rose. HEX triplet: FA, A4 and F8. RGB value is (250,164,248). Sum of RGB (Red+Green+Blue) = 250+164+248=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 164 (64.45% from 255 or 24.77% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA4F8 is #055B07. Grayscale: #C7C7C7. Windows color (decimal): -350984 or 16295162. OLE color: 16295162.
HSL color Cylindrical-coordinate representation of color #FAA4F8: hue angle of 301.4º 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 #FAA4F8 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 248 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.02 |
| HSL | 301.4º | 0.9% | 0.81% | - |
| HSV(B) | 301.4º | 0.34% | 0.98% | - |
| XYZ | 69.64 | 53.65 | 95.49 | - |
| YUV | 199.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 248 | 0 | 0.34 | 0.01 | 0.02 | 301.4 | 0.9 | 0.81 |
| Hex | FA | A4 | F8 | 0 | 22 | 1 | 2 | 12D | 5A | 51 |
| Octal | 372 | 244 | 370 | 0 | 42 | 1 | 2 | 455 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11111000 | 0 | 100010 | 1 | 10 | 100101101 | 1011010 | 1010001 |
Color Harmonies of #FAA4F8
Complementary color
Monochromatic Colors of #FAA4F8
Black with #FAA4F8
Text Example
Text Example
White with #FAA4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4F8; }
p { color: rgb(250,164,248); }
H1.HeaderClassName
{
color: #FAA4F8;
}
.AnyTagClassName
{
color: #FAA4F8;
}
</style>
background-color css
<style>
a { background-color: #FAA4F8; }
a { background-color: rgb(250,164,248); }
div.DivClassName
{
background-color: #FAA4F8;
}
.BgClassName
{
background-color: #FAA4F8;
}
</style>
border-color css
<style>
span { border-color: #FAA4F8; }
span { border-color: rgb(250,164,248); }
td.TdClassName
{
border-color: #FAA4F8;
}
.TagClassName
{
border-color: #FAA4F8;
}
</style>