Shades of Lavender Rose #FAAFF4
Tints of Lavender Rose #FAAFF4
RGB
CMYK
RGB Variations
Color information
#FAAFF4 (or 0xFAAFF4) is known color: Lavender Rose. HEX triplet: FA, AF and F4. RGB value is (250,175,244). Sum of RGB (Red+Green+Blue) = 250+175+244=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF4 is #05500B. Grayscale: #CDCDCD. Windows color (decimal): -348172 or 16035834. OLE color: 16035834.
HSL color Cylindrical-coordinate representation of color #FAAFF4: hue angle of 304.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAFF4 is Cyan = 0, Magento = 0.3, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 244 | - |
| CMYK | 0 | 0.3 | 0.02 | 0.02 |
| HSL | 304.8º | 0.88% | 0.83% | - |
| HSV(B) | 304.8º | 0.3% | 0.98% | - |
| XYZ | 71.08 | 57.52 | 92.94 | - |
| YUV | 205.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 244 | 0 | 0.3 | 0.02 | 0.02 | 304.8 | 0.88 | 0.83 |
| Hex | FA | AF | F4 | 0 | 1E | 2 | 2 | 131 | 58 | 53 |
| Octal | 372 | 257 | 364 | 0 | 36 | 2 | 2 | 461 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11110100 | 0 | 11110 | 10 | 10 | 100110001 | 1011000 | 1010011 |
Color Harmonies of #FAAFF4
Complementary color
Monochromatic Colors of #FAAFF4
Black with #FAAFF4
Text Example
Text Example
White with #FAAFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFF4; }
p { color: rgb(250,175,244); }
H1.HeaderClassName
{
color: #FAAFF4;
}
.AnyTagClassName
{
color: #FAAFF4;
}
</style>
background-color css
<style>
a { background-color: #FAAFF4; }
a { background-color: rgb(250,175,244); }
div.DivClassName
{
background-color: #FAAFF4;
}
.BgClassName
{
background-color: #FAAFF4;
}
</style>
border-color css
<style>
span { border-color: #FAAFF4; }
span { border-color: rgb(250,175,244); }
td.TdClassName
{
border-color: #FAAFF4;
}
.TagClassName
{
border-color: #FAAFF4;
}
</style>