Shades of Lavender Rose #FAAFE3
Tints of Lavender Rose #FAAFE3
RGB
CMYK
RGB Variations
Color information
#FAAFE3 (or 0xFAAFE3) is known color: Lavender Rose. HEX triplet: FA, AF and E3. RGB value is (250,175,227). Sum of RGB (Red+Green+Blue) = 250+175+227=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFE3 is #05501C. Grayscale: #CBCBCB. Windows color (decimal): -348189 or 14921722. OLE color: 14921722.
HSL color Cylindrical-coordinate representation of color #FAAFE3: hue angle of 318.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAFE3 is Cyan = 0, Magento = 0.3, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 227 | - |
| CMYK | 0 | 0.3 | 0.09 | 0.02 |
| HSL | 318.4º | 0.88% | 0.83% | - |
| HSV(B) | 318.4º | 0.3% | 0.98% | - |
| XYZ | 68.62 | 56.53 | 79.97 | - |
| YUV | 203.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 227 | 0 | 0.3 | 0.09 | 0.02 | 318.4 | 0.88 | 0.83 |
| Hex | FA | AF | E3 | 0 | 1E | 9 | 2 | 13E | 58 | 53 |
| Octal | 372 | 257 | 343 | 0 | 36 | 11 | 2 | 476 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11100011 | 0 | 11110 | 1001 | 10 | 100111110 | 1011000 | 1010011 |
Color Harmonies of #FAAFE3
Complementary color
Monochromatic Colors of #FAAFE3
Black with #FAAFE3
Text Example
Text Example
White with #FAAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFE3; }
p { color: rgb(250,175,227); }
H1.HeaderClassName
{
color: #FAAFE3;
}
.AnyTagClassName
{
color: #FAAFE3;
}
</style>
background-color css
<style>
a { background-color: #FAAFE3; }
a { background-color: rgb(250,175,227); }
div.DivClassName
{
background-color: #FAAFE3;
}
.BgClassName
{
background-color: #FAAFE3;
}
</style>
border-color css
<style>
span { border-color: #FAAFE3; }
span { border-color: rgb(250,175,227); }
td.TdClassName
{
border-color: #FAAFE3;
}
.TagClassName
{
border-color: #FAAFE3;
}
</style>