Shades of Lavender Rose #FAC3EF
Tints of Lavender Rose #FAC3EF
RGB
CMYK
RGB Variations
Color information
#FAC3EF (or 0xFAC3EF) is known color: Lavender Rose. HEX triplet: FA, C3 and EF. RGB value is (250,195,239). Sum of RGB (Red+Green+Blue) = 250+195+239=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 195 (76.56% from 255 or 28.51% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC3EF is #053C10. Grayscale: #D8D8D8. Windows color (decimal): -343057 or 15713274. OLE color: 15713274.
HSL color Cylindrical-coordinate representation of color #FAC3EF: hue angle of 312º 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 #FAC3EF is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 239 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.02 |
| HSL | 312º | 0.85% | 0.87% | - |
| HSV(B) | 312º | 0.22% | 0.98% | - |
| XYZ | 74.52 | 65.59 | 90.39 | - |
| YUV | 216.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 239 | 0 | 0.22 | 0.04 | 0.02 | 312 | 0.85 | 0.87 |
| Hex | FA | C3 | EF | 0 | 16 | 4 | 2 | 138 | 55 | 57 |
| Octal | 372 | 303 | 357 | 0 | 26 | 4 | 2 | 470 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11101111 | 0 | 10110 | 100 | 10 | 100111000 | 1010101 | 1010111 |
Color Harmonies of #FAC3EF
Complementary color
Monochromatic Colors of #FAC3EF
Black with #FAC3EF
Text Example
Text Example
White with #FAC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3EF; }
p { color: rgb(250,195,239); }
H1.HeaderClassName
{
color: #FAC3EF;
}
.AnyTagClassName
{
color: #FAC3EF;
}
</style>
background-color css
<style>
a { background-color: #FAC3EF; }
a { background-color: rgb(250,195,239); }
div.DivClassName
{
background-color: #FAC3EF;
}
.BgClassName
{
background-color: #FAC3EF;
}
</style>
border-color css
<style>
span { border-color: #FAC3EF; }
span { border-color: rgb(250,195,239); }
td.TdClassName
{
border-color: #FAC3EF;
}
.TagClassName
{
border-color: #FAC3EF;
}
</style>