Shades of Lavender Rose #FAA8DE
Tints of Lavender Rose #FAA8DE
RGB
CMYK
RGB Variations
Color information
#FAA8DE (or 0xFAA8DE) is known color: Lavender Rose. HEX triplet: FA, A8 and DE. RGB value is (250,168,222). Sum of RGB (Red+Green+Blue) = 250+168+222=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8DE is #055721. Grayscale: #C6C6C6. Windows color (decimal): -349986 or 14592250. OLE color: 14592250.
HSL color Cylindrical-coordinate representation of color #FAA8DE: hue angle of 320.49º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8DE is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 222 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.02 |
| HSL | 320.49º | 0.89% | 0.82% | - |
| HSV(B) | 320.49º | 0.33% | 0.98% | - |
| XYZ | 66.61 | 53.6 | 75.94 | - |
| YUV | 198.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 222 | 0 | 0.33 | 0.11 | 0.02 | 320.49 | 0.89 | 0.82 |
| Hex | FA | A8 | DE | 0 | 21 | B | 2 | 140 | 59 | 52 |
| Octal | 372 | 250 | 336 | 0 | 41 | 13 | 2 | 500 | 131 | 122 |
| Binary | 11111010 | 10101000 | 11011110 | 0 | 100001 | 1011 | 10 | 101000000 | 1011001 | 1010010 |
Color Harmonies of #FAA8DE
Complementary color
Monochromatic Colors of #FAA8DE
Black with #FAA8DE
Text Example
Text Example
White with #FAA8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8DE; }
p { color: rgb(250,168,222); }
H1.HeaderClassName
{
color: #FAA8DE;
}
.AnyTagClassName
{
color: #FAA8DE;
}
</style>
background-color css
<style>
a { background-color: #FAA8DE; }
a { background-color: rgb(250,168,222); }
div.DivClassName
{
background-color: #FAA8DE;
}
.BgClassName
{
background-color: #FAA8DE;
}
</style>
border-color css
<style>
span { border-color: #FAA8DE; }
span { border-color: rgb(250,168,222); }
td.TdClassName
{
border-color: #FAA8DE;
}
.TagClassName
{
border-color: #FAA8DE;
}
</style>