Shades of Lavender Blush #FAECF1
Tints of Lavender Blush #FAECF1
RGB
CMYK
RGB Variations
Color information
#FAECF1 (or 0xFAECF1) is known color: Lavender Blush. HEX triplet: FA, EC and F1. RGB value is (250,236,241). Sum of RGB (Red+Green+Blue) = 250+236+241=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 236 (92.58% from 255 or 32.46% from 727); Blue value is 241 (94.53% from 255 or 33.15% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECF1 is #05130E. Grayscale: #F0F0F0. Windows color (decimal): -332559 or 15854842. OLE color: 15854842.
HSL color Cylindrical-coordinate representation of color #FAECF1: hue angle of 338.57º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAECF1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 241 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.02 |
| HSL | 338.57º | 0.58% | 0.95% | - |
| HSV(B) | 338.57º | 0.06% | 0.98% | - |
| XYZ | 85.3 | 86.67 | 95.45 | - |
| YUV | 240.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 241 | 0 | 0.06 | 0.04 | 0.02 | 338.57 | 0.58 | 0.95 |
| Hex | FA | EC | F1 | 0 | 6 | 4 | 2 | 153 | 3A | 5F |
| Octal | 372 | 354 | 361 | 0 | 6 | 4 | 2 | 523 | 72 | 137 |
| Binary | 11111010 | 11101100 | 11110001 | 0 | 110 | 100 | 10 | 101010011 | 111010 | 1011111 |
Color Harmonies of #FAECF1
Complementary color
Monochromatic Colors of #FAECF1
Black with #FAECF1
Text Example
Text Example
White with #FAECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECF1; }
p { color: rgb(250,236,241); }
H1.HeaderClassName
{
color: #FAECF1;
}
.AnyTagClassName
{
color: #FAECF1;
}
</style>
background-color css
<style>
a { background-color: #FAECF1; }
a { background-color: rgb(250,236,241); }
div.DivClassName
{
background-color: #FAECF1;
}
.BgClassName
{
background-color: #FAECF1;
}
</style>
border-color css
<style>
span { border-color: #FAECF1; }
span { border-color: rgb(250,236,241); }
td.TdClassName
{
border-color: #FAECF1;
}
.TagClassName
{
border-color: #FAECF1;
}
</style>