Shades of Lavender Rose #FAC2F1
Tints of Lavender Rose #FAC2F1
RGB
CMYK
RGB Variations
Color information
#FAC2F1 (or 0xFAC2F1) is known color: Lavender Rose. HEX triplet: FA, C2 and F1. RGB value is (250,194,241). Sum of RGB (Red+Green+Blue) = 250+194+241=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 194 (76.17% from 255 or 28.32% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2F1 is #053D0E. Grayscale: #D7D7D7. Windows color (decimal): -343311 or 15844090. OLE color: 15844090.
HSL color Cylindrical-coordinate representation of color #FAC2F1: hue angle of 309.64º 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 #FAC2F1 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 241 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.02 |
| HSL | 309.64º | 0.85% | 0.87% | - |
| HSV(B) | 309.64º | 0.22% | 0.98% | - |
| XYZ | 74.59 | 65.26 | 91.88 | - |
| YUV | 216.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 241 | 0 | 0.22 | 0.04 | 0.02 | 309.64 | 0.85 | 0.87 |
| Hex | FA | C2 | F1 | 0 | 16 | 4 | 2 | 136 | 55 | 57 |
| Octal | 372 | 302 | 361 | 0 | 26 | 4 | 2 | 466 | 125 | 127 |
| Binary | 11111010 | 11000010 | 11110001 | 0 | 10110 | 100 | 10 | 100110110 | 1010101 | 1010111 |
Color Harmonies of #FAC2F1
Complementary color
Monochromatic Colors of #FAC2F1
Black with #FAC2F1
Text Example
Text Example
White with #FAC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2F1; }
p { color: rgb(250,194,241); }
H1.HeaderClassName
{
color: #FAC2F1;
}
.AnyTagClassName
{
color: #FAC2F1;
}
</style>
background-color css
<style>
a { background-color: #FAC2F1; }
a { background-color: rgb(250,194,241); }
div.DivClassName
{
background-color: #FAC2F1;
}
.BgClassName
{
background-color: #FAC2F1;
}
</style>
border-color css
<style>
span { border-color: #FAC2F1; }
span { border-color: rgb(250,194,241); }
td.TdClassName
{
border-color: #FAC2F1;
}
.TagClassName
{
border-color: #FAC2F1;
}
</style>