Shades of Lavender Rose #FAC2EF
Tints of Lavender Rose #FAC2EF
RGB
CMYK
RGB Variations
Color information
#FAC2EF (or 0xFAC2EF) is known color: Lavender Rose. HEX triplet: FA, C2 and EF. RGB value is (250,194,239). Sum of RGB (Red+Green+Blue) = 250+194+239=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2EF is #053D10. Grayscale: #D7D7D7. Windows color (decimal): -343313 or 15713018. OLE color: 15713018.
HSL color Cylindrical-coordinate representation of color #FAC2EF: hue angle of 311.79º 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 #FAC2EF is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 239 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.02 |
| HSL | 311.79º | 0.85% | 0.87% | - |
| HSV(B) | 311.79º | 0.22% | 0.98% | - |
| XYZ | 74.3 | 65.14 | 90.32 | - |
| YUV | 215.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 239 | 0 | 0.22 | 0.04 | 0.02 | 311.79 | 0.85 | 0.87 |
| Hex | FA | C2 | EF | 0 | 16 | 4 | 2 | 138 | 55 | 57 |
| Octal | 372 | 302 | 357 | 0 | 26 | 4 | 2 | 470 | 125 | 127 |
| Binary | 11111010 | 11000010 | 11101111 | 0 | 10110 | 100 | 10 | 100111000 | 1010101 | 1010111 |
Color Harmonies of #FAC2EF
Complementary color
Monochromatic Colors of #FAC2EF
Black with #FAC2EF
Text Example
Text Example
White with #FAC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2EF; }
p { color: rgb(250,194,239); }
H1.HeaderClassName
{
color: #FAC2EF;
}
.AnyTagClassName
{
color: #FAC2EF;
}
</style>
background-color css
<style>
a { background-color: #FAC2EF; }
a { background-color: rgb(250,194,239); }
div.DivClassName
{
background-color: #FAC2EF;
}
.BgClassName
{
background-color: #FAC2EF;
}
</style>
border-color css
<style>
span { border-color: #FAC2EF; }
span { border-color: rgb(250,194,239); }
td.TdClassName
{
border-color: #FAC2EF;
}
.TagClassName
{
border-color: #FAC2EF;
}
</style>