Shades of Lavender Rose #FAADFB
Tints of Lavender Rose #FAADFB
RGB
CMYK
RGB Variations
Color information
#FAADFB (or 0xFAADFB) is known color: Lavender Rose. HEX triplet: FA, AD and FB. RGB value is (250,173,251). Sum of RGB (Red+Green+Blue) = 250+173+251=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 173 (67.97% from 255 or 25.67% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAADFB is #055204. Grayscale: #CCCCCC. Windows color (decimal): -348677 or 16494074. OLE color: 16494074.
HSL color Cylindrical-coordinate representation of color #FAADFB: hue angle of 299.23º degrees, saturation: 0.91, 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 #FAADFB is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 251 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.02 |
| HSL | 299.23º | 0.91% | 0.83% | - |
| HSV(B) | 299.23º | 0.31% | 0.98% | - |
| XYZ | 71.78 | 57.18 | 98.52 | - |
| YUV | 204.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 251 | 0.00 | 0.31 | 0 | 0.02 | 299.23 | 0.91 | 0.83 |
| Hex | FA | AD | FB | 0 | 1F | 0 | 2 | 12B | 5B | 53 |
| Octal | 372 | 255 | 373 | 0 | 37 | 0 | 2 | 453 | 133 | 123 |
| Binary | 11111010 | 10101101 | 11111011 | 0 | 11111 | 0 | 10 | 100101011 | 1011011 | 1010011 |
Color Harmonies of #FAADFB
Complementary color
Monochromatic Colors of #FAADFB
Black with #FAADFB
Text Example
Text Example
White with #FAADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADFB; }
p { color: rgb(250,173,251); }
H1.HeaderClassName
{
color: #FAADFB;
}
.AnyTagClassName
{
color: #FAADFB;
}
</style>
background-color css
<style>
a { background-color: #FAADFB; }
a { background-color: rgb(250,173,251); }
div.DivClassName
{
background-color: #FAADFB;
}
.BgClassName
{
background-color: #FAADFB;
}
</style>
border-color css
<style>
span { border-color: #FAADFB; }
span { border-color: rgb(250,173,251); }
td.TdClassName
{
border-color: #FAADFB;
}
.TagClassName
{
border-color: #FAADFB;
}
</style>