Shades of Lavender Rose #FAA4D8
Tints of Lavender Rose #FAA4D8
RGB
CMYK
RGB Variations
Color information
#FAA4D8 (or 0xFAA4D8) is known color: Lavender Rose. HEX triplet: FA, A4 and D8. RGB value is (250,164,216). Sum of RGB (Red+Green+Blue) = 250+164+216=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 164 (64.45% from 255 or 26.03% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4D8 is #055B27. Grayscale: #C3C3C3. Windows color (decimal): -351016 or 14198010. OLE color: 14198010.
HSL color Cylindrical-coordinate representation of color #FAA4D8: hue angle of 323.72º 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 #FAA4D8 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 216 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.02 |
| HSL | 323.72º | 0.9% | 0.81% | - |
| HSV(B) | 323.72º | 0.34% | 0.98% | - |
| XYZ | 65.09 | 51.83 | 71.54 | - |
| YUV | 195.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 216 | 0 | 0.34 | 0.14 | 0.02 | 323.72 | 0.9 | 0.81 |
| Hex | FA | A4 | D8 | 0 | 22 | E | 2 | 144 | 5A | 51 |
| Octal | 372 | 244 | 330 | 0 | 42 | 16 | 2 | 504 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11011000 | 0 | 100010 | 1110 | 10 | 101000100 | 1011010 | 1010001 |
Color Harmonies of #FAA4D8
Complementary color
Monochromatic Colors of #FAA4D8
Black with #FAA4D8
Text Example
Text Example
White with #FAA4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4D8; }
p { color: rgb(250,164,216); }
H1.HeaderClassName
{
color: #FAA4D8;
}
.AnyTagClassName
{
color: #FAA4D8;
}
</style>
background-color css
<style>
a { background-color: #FAA4D8; }
a { background-color: rgb(250,164,216); }
div.DivClassName
{
background-color: #FAA4D8;
}
.BgClassName
{
background-color: #FAA4D8;
}
</style>
border-color css
<style>
span { border-color: #FAA4D8; }
span { border-color: rgb(250,164,216); }
td.TdClassName
{
border-color: #FAA4D8;
}
.TagClassName
{
border-color: #FAA4D8;
}
</style>