Shades of Lavender Rose #FAC0F2
Tints of Lavender Rose #FAC0F2
RGB
CMYK
RGB Variations
Color information
#FAC0F2 (or 0xFAC0F2) is known color: Lavender Rose. HEX triplet: FA, C0 and F2. RGB value is (250,192,242). Sum of RGB (Red+Green+Blue) = 250+192+242=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 192 (75.39% from 255 or 28.07% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC0F2 is #053F0D. Grayscale: #D6D6D6. Windows color (decimal): -343822 or 15909114. OLE color: 15909114.
HSL color Cylindrical-coordinate representation of color #FAC0F2: hue angle of 308.28º 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 #FAC0F2 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 242 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.02 |
| HSL | 308.28º | 0.85% | 0.87% | - |
| HSV(B) | 308.28º | 0.23% | 0.98% | - |
| XYZ | 74.3 | 64.43 | 92.53 | - |
| YUV | 215.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 242 | 0 | 0.23 | 0.03 | 0.02 | 308.28 | 0.85 | 0.87 |
| Hex | FA | C0 | F2 | 0 | 17 | 3 | 2 | 134 | 55 | 57 |
| Octal | 372 | 300 | 362 | 0 | 27 | 3 | 2 | 464 | 125 | 127 |
| Binary | 11111010 | 11000000 | 11110010 | 0 | 10111 | 11 | 10 | 100110100 | 1010101 | 1010111 |
Color Harmonies of #FAC0F2
Complementary color
Monochromatic Colors of #FAC0F2
Black with #FAC0F2
Text Example
Text Example
White with #FAC0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0F2; }
p { color: rgb(250,192,242); }
H1.HeaderClassName
{
color: #FAC0F2;
}
.AnyTagClassName
{
color: #FAC0F2;
}
</style>
background-color css
<style>
a { background-color: #FAC0F2; }
a { background-color: rgb(250,192,242); }
div.DivClassName
{
background-color: #FAC0F2;
}
.BgClassName
{
background-color: #FAC0F2;
}
</style>
border-color css
<style>
span { border-color: #FAC0F2; }
span { border-color: rgb(250,192,242); }
td.TdClassName
{
border-color: #FAC0F2;
}
.TagClassName
{
border-color: #FAC0F2;
}
</style>