Shades of Lavender Rose #FAACFB
Tints of Lavender Rose #FAACFB
RGB
CMYK
RGB Variations
Color information
#FAACFB (or 0xFAACFB) is known color: Lavender Rose. HEX triplet: FA, AC and FB. RGB value is (250,172,251). Sum of RGB (Red+Green+Blue) = 250+172+251=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 172 (67.58% from 255 or 25.56% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACFB is #055304. Grayscale: #CCCCCC. Windows color (decimal): -348933 or 16493818. OLE color: 16493818.
HSL color Cylindrical-coordinate representation of color #FAACFB: hue angle of 299.24º 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 #FAACFB is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 251 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.02 |
| HSL | 299.24º | 0.91% | 0.83% | - |
| HSV(B) | 299.24º | 0.31% | 0.98% | - |
| XYZ | 71.59 | 56.79 | 98.46 | - |
| YUV | 204.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 251 | 0.00 | 0.31 | 0 | 0.02 | 299.24 | 0.91 | 0.83 |
| Hex | FA | AC | FB | 0 | 1F | 0 | 2 | 12B | 5B | 53 |
| Octal | 372 | 254 | 373 | 0 | 37 | 0 | 2 | 453 | 133 | 123 |
| Binary | 11111010 | 10101100 | 11111011 | 0 | 11111 | 0 | 10 | 100101011 | 1011011 | 1010011 |
Color Harmonies of #FAACFB
Complementary color
Monochromatic Colors of #FAACFB
Black with #FAACFB
Text Example
Text Example
White with #FAACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACFB; }
p { color: rgb(250,172,251); }
H1.HeaderClassName
{
color: #FAACFB;
}
.AnyTagClassName
{
color: #FAACFB;
}
</style>
background-color css
<style>
a { background-color: #FAACFB; }
a { background-color: rgb(250,172,251); }
div.DivClassName
{
background-color: #FAACFB;
}
.BgClassName
{
background-color: #FAACFB;
}
</style>
border-color css
<style>
span { border-color: #FAACFB; }
span { border-color: rgb(250,172,251); }
td.TdClassName
{
border-color: #FAACFB;
}
.TagClassName
{
border-color: #FAACFB;
}
</style>