Shades of Lavender Blush #FAECF2
Tints of Lavender Blush #FAECF2
RGB
CMYK
RGB Variations
Color information
#FAECF2 (or 0xFAECF2) is known color: Lavender Blush. HEX triplet: FA, EC and F2. RGB value is (250,236,242). Sum of RGB (Red+Green+Blue) = 250+236+242=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 236 (92.58% from 255 or 32.42% from 728); Blue value is 242 (94.92% from 255 or 33.24% from 728); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECF2 is #05130D. Grayscale: #F0F0F0. Windows color (decimal): -332558 or 15920378. OLE color: 15920378.
HSL color Cylindrical-coordinate representation of color #FAECF2: hue angle of 334.29º 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 #FAECF2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 242 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.02 |
| HSL | 334.29º | 0.58% | 0.95% | - |
| HSV(B) | 334.29º | 0.06% | 0.98% | - |
| XYZ | 85.45 | 86.73 | 96.24 | - |
| YUV | 240.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 242 | 0 | 0.06 | 0.03 | 0.02 | 334.29 | 0.58 | 0.95 |
| Hex | FA | EC | F2 | 0 | 6 | 3 | 2 | 14E | 3A | 5F |
| Octal | 372 | 354 | 362 | 0 | 6 | 3 | 2 | 516 | 72 | 137 |
| Binary | 11111010 | 11101100 | 11110010 | 0 | 110 | 11 | 10 | 101001110 | 111010 | 1011111 |
Color Harmonies of #FAECF2
Complementary color
Monochromatic Colors of #FAECF2
Black with #FAECF2
Text Example
Text Example
White with #FAECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECF2; }
p { color: rgb(250,236,242); }
H1.HeaderClassName
{
color: #FAECF2;
}
.AnyTagClassName
{
color: #FAECF2;
}
</style>
background-color css
<style>
a { background-color: #FAECF2; }
a { background-color: rgb(250,236,242); }
div.DivClassName
{
background-color: #FAECF2;
}
.BgClassName
{
background-color: #FAECF2;
}
</style>
border-color css
<style>
span { border-color: #FAECF2; }
span { border-color: rgb(250,236,242); }
td.TdClassName
{
border-color: #FAECF2;
}
.TagClassName
{
border-color: #FAECF2;
}
</style>