Shades of Lavender Rose #FAAEF6
Tints of Lavender Rose #FAAEF6
RGB
CMYK
RGB Variations
Color information
#FAAEF6 (or 0xFAAEF6) is known color: Lavender Rose. HEX triplet: FA, AE and F6. RGB value is (250,174,246). Sum of RGB (Red+Green+Blue) = 250+174+246=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 174 (68.36% from 255 or 25.97% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEF6 is #055109. Grayscale: #CCCCCC. Windows color (decimal): -348426 or 16166650. OLE color: 16166650.
HSL color Cylindrical-coordinate representation of color #FAAEF6: hue angle of 303.16º 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 #FAAEF6 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 246 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.02 |
| HSL | 303.16º | 0.88% | 0.83% | - |
| HSV(B) | 303.16º | 0.3% | 0.98% | - |
| XYZ | 71.19 | 57.25 | 94.49 | - |
| YUV | 204.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 246 | 0 | 0.30 | 0.02 | 0.02 | 303.16 | 0.88 | 0.83 |
| Hex | FA | AE | F6 | 0 | 1E | 2 | 2 | 12F | 58 | 53 |
| Octal | 372 | 256 | 366 | 0 | 36 | 2 | 2 | 457 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11110110 | 0 | 11110 | 10 | 10 | 100101111 | 1011000 | 1010011 |
Color Harmonies of #FAAEF6
Complementary color
Monochromatic Colors of #FAAEF6
Black with #FAAEF6
Text Example
Text Example
White with #FAAEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEF6; }
p { color: rgb(250,174,246); }
H1.HeaderClassName
{
color: #FAAEF6;
}
.AnyTagClassName
{
color: #FAAEF6;
}
</style>
background-color css
<style>
a { background-color: #FAAEF6; }
a { background-color: rgb(250,174,246); }
div.DivClassName
{
background-color: #FAAEF6;
}
.BgClassName
{
background-color: #FAAEF6;
}
</style>
border-color css
<style>
span { border-color: #FAAEF6; }
span { border-color: rgb(250,174,246); }
td.TdClassName
{
border-color: #FAAEF6;
}
.TagClassName
{
border-color: #FAAEF6;
}
</style>