Shades of Lavender Rose #FAC2EE
Tints of Lavender Rose #FAC2EE
RGB
CMYK
RGB Variations
Color information
#FAC2EE (or 0xFAC2EE) is known color: Lavender Rose. HEX triplet: FA, C2 and EE. RGB value is (250,194,238). Sum of RGB (Red+Green+Blue) = 250+194+238=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 194 (76.17% from 255 or 28.45% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2EE is #053D11. Grayscale: #D7D7D7. Windows color (decimal): -343314 or 15647482. OLE color: 15647482.
HSL color Cylindrical-coordinate representation of color #FAC2EE: hue angle of 312.86º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC2EE is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 238 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.02 |
| HSL | 312.86º | 0.85% | 0.87% | - |
| HSV(B) | 312.86º | 0.22% | 0.98% | - |
| XYZ | 74.15 | 65.08 | 89.54 | - |
| YUV | 215.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 238 | 0 | 0.22 | 0.05 | 0.02 | 312.86 | 0.85 | 0.87 |
| Hex | FA | C2 | EE | 0 | 16 | 5 | 2 | 139 | 55 | 57 |
| Octal | 372 | 302 | 356 | 0 | 26 | 5 | 2 | 471 | 125 | 127 |
| Binary | 11111010 | 11000010 | 11101110 | 0 | 10110 | 101 | 10 | 100111001 | 1010101 | 1010111 |
Color Harmonies of #FAC2EE
Complementary color
Monochromatic Colors of #FAC2EE
Black with #FAC2EE
Text Example
Text Example
White with #FAC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2EE; }
p { color: rgb(250,194,238); }
H1.HeaderClassName
{
color: #FAC2EE;
}
.AnyTagClassName
{
color: #FAC2EE;
}
</style>
background-color css
<style>
a { background-color: #FAC2EE; }
a { background-color: rgb(250,194,238); }
div.DivClassName
{
background-color: #FAC2EE;
}
.BgClassName
{
background-color: #FAC2EE;
}
</style>
border-color css
<style>
span { border-color: #FAC2EE; }
span { border-color: rgb(250,194,238); }
td.TdClassName
{
border-color: #FAC2EE;
}
.TagClassName
{
border-color: #FAC2EE;
}
</style>