Shades of Lavender Rose #FAADF4
Tints of Lavender Rose #FAADF4
RGB
CMYK
RGB Variations
Color information
#FAADF4 (or 0xFAADF4) is known color: Lavender Rose. HEX triplet: FA, AD and F4. RGB value is (250,173,244). Sum of RGB (Red+Green+Blue) = 250+173+244=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 173 (67.97% from 255 or 25.94% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAADF4 is #05520B. Grayscale: #CBCBCB. Windows color (decimal): -348684 or 16035322. OLE color: 16035322.
HSL color Cylindrical-coordinate representation of color #FAADF4: hue angle of 304.68º 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 #FAADF4 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 244 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.02 |
| HSL | 304.68º | 0.89% | 0.83% | - |
| HSV(B) | 304.68º | 0.31% | 0.98% | - |
| XYZ | 70.7 | 56.74 | 92.81 | - |
| YUV | 204.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 244 | 0 | 0.31 | 0.02 | 0.02 | 304.68 | 0.89 | 0.83 |
| Hex | FA | AD | F4 | 0 | 1F | 2 | 2 | 131 | 59 | 53 |
| Octal | 372 | 255 | 364 | 0 | 37 | 2 | 2 | 461 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11110100 | 0 | 11111 | 10 | 10 | 100110001 | 1011001 | 1010011 |
Color Harmonies of #FAADF4
Complementary color
Monochromatic Colors of #FAADF4
Black with #FAADF4
Text Example
Text Example
White with #FAADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADF4; }
p { color: rgb(250,173,244); }
H1.HeaderClassName
{
color: #FAADF4;
}
.AnyTagClassName
{
color: #FAADF4;
}
</style>
background-color css
<style>
a { background-color: #FAADF4; }
a { background-color: rgb(250,173,244); }
div.DivClassName
{
background-color: #FAADF4;
}
.BgClassName
{
background-color: #FAADF4;
}
</style>
border-color css
<style>
span { border-color: #FAADF4; }
span { border-color: rgb(250,173,244); }
td.TdClassName
{
border-color: #FAADF4;
}
.TagClassName
{
border-color: #FAADF4;
}
</style>