Shades of Lavender Rose #FAC1ED
Tints of Lavender Rose #FAC1ED
RGB
CMYK
RGB Variations
Color information
#FAC1ED (or 0xFAC1ED) is known color: Lavender Rose. HEX triplet: FA, C1 and ED. RGB value is (250,193,237). Sum of RGB (Red+Green+Blue) = 250+193+237=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 193 (75.78% from 255 or 28.38% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1ED is #053E12. Grayscale: #D6D6D6. Windows color (decimal): -343571 or 15581690. OLE color: 15581690.
HSL color Cylindrical-coordinate representation of color #FAC1ED: hue angle of 313.68º 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 #FAC1ED is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 237 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.02 |
| HSL | 313.68º | 0.85% | 0.87% | - |
| HSV(B) | 313.68º | 0.23% | 0.98% | - |
| XYZ | 73.78 | 64.58 | 88.7 | - |
| YUV | 215.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 237 | 0 | 0.23 | 0.05 | 0.02 | 313.68 | 0.85 | 0.87 |
| Hex | FA | C1 | ED | 0 | 17 | 5 | 2 | 13A | 55 | 57 |
| Octal | 372 | 301 | 355 | 0 | 27 | 5 | 2 | 472 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11101101 | 0 | 10111 | 101 | 10 | 100111010 | 1010101 | 1010111 |
Color Harmonies of #FAC1ED
Complementary color
Monochromatic Colors of #FAC1ED
Black with #FAC1ED
Text Example
Text Example
White with #FAC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1ED; }
p { color: rgb(250,193,237); }
H1.HeaderClassName
{
color: #FAC1ED;
}
.AnyTagClassName
{
color: #FAC1ED;
}
</style>
background-color css
<style>
a { background-color: #FAC1ED; }
a { background-color: rgb(250,193,237); }
div.DivClassName
{
background-color: #FAC1ED;
}
.BgClassName
{
background-color: #FAC1ED;
}
</style>
border-color css
<style>
span { border-color: #FAC1ED; }
span { border-color: rgb(250,193,237); }
td.TdClassName
{
border-color: #FAC1ED;
}
.TagClassName
{
border-color: #FAC1ED;
}
</style>