Shades of Lavender Rose #FAC1F2
Tints of Lavender Rose #FAC1F2
RGB
CMYK
RGB Variations
Color information
#FAC1F2 (or 0xFAC1F2) is known color: Lavender Rose. HEX triplet: FA, C1 and F2. RGB value is (250,193,242). Sum of RGB (Red+Green+Blue) = 250+193+242=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 193 (75.78% from 255 or 28.18% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1F2 is #053E0D. Grayscale: #D7D7D7. Windows color (decimal): -343566 or 15909370. OLE color: 15909370.
HSL color Cylindrical-coordinate representation of color #FAC1F2: hue angle of 308.42º 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 #FAC1F2 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 242 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.02 |
| HSL | 308.42º | 0.85% | 0.87% | - |
| HSV(B) | 308.42º | 0.23% | 0.98% | - |
| XYZ | 74.52 | 64.87 | 92.6 | - |
| YUV | 215.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 242 | 0 | 0.23 | 0.03 | 0.02 | 308.42 | 0.85 | 0.87 |
| Hex | FA | C1 | F2 | 0 | 17 | 3 | 2 | 134 | 55 | 57 |
| Octal | 372 | 301 | 362 | 0 | 27 | 3 | 2 | 464 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11110010 | 0 | 10111 | 11 | 10 | 100110100 | 1010101 | 1010111 |
Color Harmonies of #FAC1F2
Complementary color
Monochromatic Colors of #FAC1F2
Black with #FAC1F2
Text Example
Text Example
White with #FAC1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1F2; }
p { color: rgb(250,193,242); }
H1.HeaderClassName
{
color: #FAC1F2;
}
.AnyTagClassName
{
color: #FAC1F2;
}
</style>
background-color css
<style>
a { background-color: #FAC1F2; }
a { background-color: rgb(250,193,242); }
div.DivClassName
{
background-color: #FAC1F2;
}
.BgClassName
{
background-color: #FAC1F2;
}
</style>
border-color css
<style>
span { border-color: #FAC1F2; }
span { border-color: rgb(250,193,242); }
td.TdClassName
{
border-color: #FAC1F2;
}
.TagClassName
{
border-color: #FAC1F2;
}
</style>