Shades of Lavender Rose #FAA8F4
Tints of Lavender Rose #FAA8F4
RGB
CMYK
RGB Variations
Color information
#FAA8F4 (or 0xFAA8F4) is known color: Lavender Rose. HEX triplet: FA, A8 and F4. RGB value is (250,168,244). Sum of RGB (Red+Green+Blue) = 250+168+244=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 168 (66.02% from 255 or 25.38% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8F4 is #05570B. Grayscale: #C8C8C8. Windows color (decimal): -349964 or 16034042. OLE color: 16034042.
HSL color Cylindrical-coordinate representation of color #FAA8F4: hue angle of 304.39º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8F4 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 244 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.02 |
| HSL | 304.39º | 0.89% | 0.82% | - |
| HSV(B) | 304.39º | 0.33% | 0.98% | - |
| XYZ | 69.76 | 54.86 | 92.5 | - |
| YUV | 201.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 244 | 0 | 0.33 | 0.02 | 0.02 | 304.39 | 0.89 | 0.82 |
| Hex | FA | A8 | F4 | 0 | 21 | 2 | 2 | 130 | 59 | 52 |
| Octal | 372 | 250 | 364 | 0 | 41 | 2 | 2 | 460 | 131 | 122 |
| Binary | 11111010 | 10101000 | 11110100 | 0 | 100001 | 10 | 10 | 100110000 | 1011001 | 1010010 |
Color Harmonies of #FAA8F4
Complementary color
Monochromatic Colors of #FAA8F4
Black with #FAA8F4
Text Example
Text Example
White with #FAA8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8F4; }
p { color: rgb(250,168,244); }
H1.HeaderClassName
{
color: #FAA8F4;
}
.AnyTagClassName
{
color: #FAA8F4;
}
</style>
background-color css
<style>
a { background-color: #FAA8F4; }
a { background-color: rgb(250,168,244); }
div.DivClassName
{
background-color: #FAA8F4;
}
.BgClassName
{
background-color: #FAA8F4;
}
</style>
border-color css
<style>
span { border-color: #FAA8F4; }
span { border-color: rgb(250,168,244); }
td.TdClassName
{
border-color: #FAA8F4;
}
.TagClassName
{
border-color: #FAA8F4;
}
</style>