Shades of Lavender Rose #FAA8F2
Tints of Lavender Rose #FAA8F2
RGB
CMYK
RGB Variations
Color information
#FAA8F2 (or 0xFAA8F2) is known color: Lavender Rose. HEX triplet: FA, A8 and F2. RGB value is (250,168,242). Sum of RGB (Red+Green+Blue) = 250+168+242=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 168 (66.02% from 255 or 25.45% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8F2 is #05570D. Grayscale: #C8C8C8. Windows color (decimal): -349966 or 15902970. OLE color: 15902970.
HSL color Cylindrical-coordinate representation of color #FAA8F2: hue angle of 305.85º 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 #FAA8F2 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 242 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.02 |
| HSL | 305.85º | 0.89% | 0.82% | - |
| HSV(B) | 305.85º | 0.33% | 0.98% | - |
| XYZ | 69.45 | 54.74 | 90.91 | - |
| YUV | 200.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 242 | 0 | 0.33 | 0.03 | 0.02 | 305.85 | 0.89 | 0.82 |
| Hex | FA | A8 | F2 | 0 | 21 | 3 | 2 | 132 | 59 | 52 |
| Octal | 372 | 250 | 362 | 0 | 41 | 3 | 2 | 462 | 131 | 122 |
| Binary | 11111010 | 10101000 | 11110010 | 0 | 100001 | 11 | 10 | 100110010 | 1011001 | 1010010 |
Color Harmonies of #FAA8F2
Complementary color
Monochromatic Colors of #FAA8F2
Black with #FAA8F2
Text Example
Text Example
White with #FAA8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8F2; }
p { color: rgb(250,168,242); }
H1.HeaderClassName
{
color: #FAA8F2;
}
.AnyTagClassName
{
color: #FAA8F2;
}
</style>
background-color css
<style>
a { background-color: #FAA8F2; }
a { background-color: rgb(250,168,242); }
div.DivClassName
{
background-color: #FAA8F2;
}
.BgClassName
{
background-color: #FAA8F2;
}
</style>
border-color css
<style>
span { border-color: #FAA8F2; }
span { border-color: rgb(250,168,242); }
td.TdClassName
{
border-color: #FAA8F2;
}
.TagClassName
{
border-color: #FAA8F2;
}
</style>