Shades of Lavender Rose #FAACDF
Tints of Lavender Rose #FAACDF
RGB
CMYK
RGB Variations
Color information
#FAACDF (or 0xFAACDF) is known color: Lavender Rose. HEX triplet: FA, AC and DF. RGB value is (250,172,223). Sum of RGB (Red+Green+Blue) = 250+172+223=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACDF is #055320. Grayscale: #C9C9C9. Windows color (decimal): -348961 or 14658810. OLE color: 14658810.
HSL color Cylindrical-coordinate representation of color #FAACDF: hue angle of 320.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACDF is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 223 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.02 |
| HSL | 320.77º | 0.89% | 0.83% | - |
| HSV(B) | 320.77º | 0.31% | 0.98% | - |
| XYZ | 67.5 | 55.16 | 76.9 | - |
| YUV | 201.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 223 | 0 | 0.31 | 0.11 | 0.02 | 320.77 | 0.89 | 0.83 |
| Hex | FA | AC | DF | 0 | 1F | B | 2 | 141 | 59 | 53 |
| Octal | 372 | 254 | 337 | 0 | 37 | 13 | 2 | 501 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11011111 | 0 | 11111 | 1011 | 10 | 101000001 | 1011001 | 1010011 |
Color Harmonies of #FAACDF
Complementary color
Monochromatic Colors of #FAACDF
Black with #FAACDF
Text Example
Text Example
White with #FAACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACDF; }
p { color: rgb(250,172,223); }
H1.HeaderClassName
{
color: #FAACDF;
}
.AnyTagClassName
{
color: #FAACDF;
}
</style>
background-color css
<style>
a { background-color: #FAACDF; }
a { background-color: rgb(250,172,223); }
div.DivClassName
{
background-color: #FAACDF;
}
.BgClassName
{
background-color: #FAACDF;
}
</style>
border-color css
<style>
span { border-color: #FAACDF; }
span { border-color: rgb(250,172,223); }
td.TdClassName
{
border-color: #FAACDF;
}
.TagClassName
{
border-color: #FAACDF;
}
</style>