Shades of Lavender Rose #FAA2DB
Tints of Lavender Rose #FAA2DB
RGB
CMYK
RGB Variations
Color information
#FAA2DB (or 0xFAA2DB) is known color: Lavender Rose. HEX triplet: FA, A2 and DB. RGB value is (250,162,219). Sum of RGB (Red+Green+Blue) = 250+162+219=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2DB is #055D24. Grayscale: #C2C2C2. Windows color (decimal): -351525 or 14394106. OLE color: 14394106.
HSL color Cylindrical-coordinate representation of color #FAA2DB: hue angle of 321.14º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA2DB is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 162 | 219 | - |
CMYK | 0 | 0.35 | 0.12 | 0.02 |
HSL | 321.14º | 0.9% | 0.81% | - |
HSV(B) | 321.14º | 0.35% | 0.98% | - |
XYZ | 65.13 | 51.28 | 73.48 | - |
YUV | 194.81 | 141.65 | 167.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 162 | 219 | 0 | 0.35 | 0.12 | 0.02 | 321.14 | 0.9 | 0.81 |
Hex | FA | A2 | DB | 0 | 23 | C | 2 | 141 | 5A | 51 |
Octal | 372 | 242 | 333 | 0 | 43 | 14 | 2 | 501 | 132 | 121 |
Binary | 11111010 | 10100010 | 11011011 | 0 | 100011 | 1100 | 10 | 101000001 | 1011010 | 1010001 |
Color Harmonies of #FAA2DB
Complementary color
Monochromatic Colors of #FAA2DB
Black with #FAA2DB
Text Example
Text Example
White with #FAA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2DB; }
p { color: rgb(250,162,219); }
H1.HeaderClassName
{
color: #FAA2DB;
}
.AnyTagClassName
{
color: #FAA2DB;
}
</style>
background-color css
<style>
a { background-color: #FAA2DB; }
a { background-color: rgb(250,162,219); }
div.DivClassName
{
background-color: #FAA2DB;
}
.BgClassName
{
background-color: #FAA2DB;
}
</style>
border-color css
<style>
span { border-color: #FAA2DB; }
span { border-color: rgb(250,162,219); }
td.TdClassName
{
border-color: #FAA2DB;
}
.TagClassName
{
border-color: #FAA2DB;
}
</style>