Shades of Lavender Rose #FAAFE2
Tints of Lavender Rose #FAAFE2
RGB
CMYK
RGB Variations
Color information
#FAAFE2 (or 0xFAAFE2) is known color: Lavender Rose. HEX triplet: FA, AF and E2. RGB value is (250,175,226). Sum of RGB (Red+Green+Blue) = 250+175+226=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFE2 is #05501D. Grayscale: #CBCBCB. Windows color (decimal): -348190 or 14856186. OLE color: 14856186.
HSL color Cylindrical-coordinate representation of color #FAAFE2: hue angle of 319.2º 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 #FAAFE2 is Cyan = 0, Magento = 0.3, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 226 | - |
| CMYK | 0 | 0.3 | 0.10 | 0.02 |
| HSL | 319.2º | 0.88% | 0.83% | - |
| HSV(B) | 319.2º | 0.3% | 0.98% | - |
| XYZ | 68.48 | 56.47 | 79.24 | - |
| YUV | 203.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 226 | 0 | 0.3 | 0.10 | 0.02 | 319.2 | 0.88 | 0.83 |
| Hex | FA | AF | E2 | 0 | 1E | A | 2 | 13F | 58 | 53 |
| Octal | 372 | 257 | 342 | 0 | 36 | 12 | 2 | 477 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11100010 | 0 | 11110 | 1010 | 10 | 100111111 | 1011000 | 1010011 |
Color Harmonies of #FAAFE2
Complementary color
Monochromatic Colors of #FAAFE2
Black with #FAAFE2
Text Example
Text Example
White with #FAAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFE2; }
p { color: rgb(250,175,226); }
H1.HeaderClassName
{
color: #FAAFE2;
}
.AnyTagClassName
{
color: #FAAFE2;
}
</style>
background-color css
<style>
a { background-color: #FAAFE2; }
a { background-color: rgb(250,175,226); }
div.DivClassName
{
background-color: #FAAFE2;
}
.BgClassName
{
background-color: #FAAFE2;
}
</style>
border-color css
<style>
span { border-color: #FAAFE2; }
span { border-color: rgb(250,175,226); }
td.TdClassName
{
border-color: #FAAFE2;
}
.TagClassName
{
border-color: #FAAFE2;
}
</style>