Shades of Lavender Rose #FAC0EF
Tints of Lavender Rose #FAC0EF
RGB
CMYK
RGB Variations
Color information
#FAC0EF (or 0xFAC0EF) is known color: Lavender Rose. HEX triplet: FA, C0 and EF. RGB value is (250,192,239). Sum of RGB (Red+Green+Blue) = 250+192+239=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC0EF is #053F10. Grayscale: #D6D6D6. Windows color (decimal): -343825 or 15712506. OLE color: 15712506.
HSL color Cylindrical-coordinate representation of color #FAC0EF: hue angle of 311.38º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC0EF is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 239 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.02 |
| HSL | 311.38º | 0.85% | 0.87% | - |
| HSV(B) | 311.38º | 0.23% | 0.98% | - |
| XYZ | 73.85 | 64.26 | 90.17 | - |
| YUV | 214.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 239 | 0 | 0.23 | 0.04 | 0.02 | 311.38 | 0.85 | 0.87 |
| Hex | FA | C0 | EF | 0 | 17 | 4 | 2 | 137 | 55 | 57 |
| Octal | 372 | 300 | 357 | 0 | 27 | 4 | 2 | 467 | 125 | 127 |
| Binary | 11111010 | 11000000 | 11101111 | 0 | 10111 | 100 | 10 | 100110111 | 1010101 | 1010111 |
Color Harmonies of #FAC0EF
Complementary color
Monochromatic Colors of #FAC0EF
Black with #FAC0EF
Text Example
Text Example
White with #FAC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0EF; }
p { color: rgb(250,192,239); }
H1.HeaderClassName
{
color: #FAC0EF;
}
.AnyTagClassName
{
color: #FAC0EF;
}
</style>
background-color css
<style>
a { background-color: #FAC0EF; }
a { background-color: rgb(250,192,239); }
div.DivClassName
{
background-color: #FAC0EF;
}
.BgClassName
{
background-color: #FAC0EF;
}
</style>
border-color css
<style>
span { border-color: #FAC0EF; }
span { border-color: rgb(250,192,239); }
td.TdClassName
{
border-color: #FAC0EF;
}
.TagClassName
{
border-color: #FAC0EF;
}
</style>