Shades of Lavender Rose #FAAFE0
Tints of Lavender Rose #FAAFE0
RGB
CMYK
RGB Variations
Color information
#FAAFE0 (or 0xFAAFE0) is known color: Lavender Rose. HEX triplet: FA, AF and E0. RGB value is (250,175,224). Sum of RGB (Red+Green+Blue) = 250+175+224=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFE0 is #05501F. Grayscale: #CACACA. Windows color (decimal): -348192 or 14725114. OLE color: 14725114.
HSL color Cylindrical-coordinate representation of color #FAAFE0: hue angle of 320.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 #FAAFE0 is Cyan = 0, Magento = 0.3, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 224 | - |
| CMYK | 0 | 0.3 | 0.10 | 0.02 |
| HSL | 320.8º | 0.88% | 0.83% | - |
| HSV(B) | 320.8º | 0.3% | 0.98% | - |
| XYZ | 68.21 | 56.37 | 77.81 | - |
| YUV | 203.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 224 | 0 | 0.3 | 0.10 | 0.02 | 320.8 | 0.88 | 0.83 |
| Hex | FA | AF | E0 | 0 | 1E | A | 2 | 141 | 58 | 53 |
| Octal | 372 | 257 | 340 | 0 | 36 | 12 | 2 | 501 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11100000 | 0 | 11110 | 1010 | 10 | 101000001 | 1011000 | 1010011 |
Color Harmonies of #FAAFE0
Complementary color
Monochromatic Colors of #FAAFE0
Black with #FAAFE0
Text Example
Text Example
White with #FAAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFE0; }
p { color: rgb(250,175,224); }
H1.HeaderClassName
{
color: #FAAFE0;
}
.AnyTagClassName
{
color: #FAAFE0;
}
</style>
background-color css
<style>
a { background-color: #FAAFE0; }
a { background-color: rgb(250,175,224); }
div.DivClassName
{
background-color: #FAAFE0;
}
.BgClassName
{
background-color: #FAAFE0;
}
</style>
border-color css
<style>
span { border-color: #FAAFE0; }
span { border-color: rgb(250,175,224); }
td.TdClassName
{
border-color: #FAAFE0;
}
.TagClassName
{
border-color: #FAAFE0;
}
</style>