Shades of Lavender Blush #FAEDF2
Tints of Lavender Blush #FAEDF2
RGB
CMYK
RGB Variations
Color information
#FAEDF2 (or 0xFAEDF2) is known color: Lavender Blush. HEX triplet: FA, ED and F2. RGB value is (250,237,242). Sum of RGB (Red+Green+Blue) = 250+237+242=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 242 (94.92% from 255 or 33.20% from 729); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDF2 is #05120D. Grayscale: #F1F1F1. Windows color (decimal): -332302 or 15920634. OLE color: 15920634.
HSL color Cylindrical-coordinate representation of color #FAEDF2: hue angle of 336.92º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAEDF2 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 242 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.02 |
| HSL | 336.92º | 0.57% | 0.95% | - |
| HSV(B) | 336.92º | 0.05% | 0.98% | - |
| XYZ | 85.74 | 87.3 | 96.34 | - |
| YUV | 241.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 242 | 0 | 0.05 | 0.03 | 0.02 | 336.92 | 0.57 | 0.95 |
| Hex | FA | ED | F2 | 0 | 5 | 3 | 2 | 151 | 39 | 5F |
| Octal | 372 | 355 | 362 | 0 | 5 | 3 | 2 | 521 | 71 | 137 |
| Binary | 11111010 | 11101101 | 11110010 | 0 | 101 | 11 | 10 | 101010001 | 111001 | 1011111 |
Color Harmonies of #FAEDF2
Complementary color
Monochromatic Colors of #FAEDF2
Black with #FAEDF2
Text Example
Text Example
White with #FAEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDF2; }
p { color: rgb(250,237,242); }
H1.HeaderClassName
{
color: #FAEDF2;
}
.AnyTagClassName
{
color: #FAEDF2;
}
</style>
background-color css
<style>
a { background-color: #FAEDF2; }
a { background-color: rgb(250,237,242); }
div.DivClassName
{
background-color: #FAEDF2;
}
.BgClassName
{
background-color: #FAEDF2;
}
</style>
border-color css
<style>
span { border-color: #FAEDF2; }
span { border-color: rgb(250,237,242); }
td.TdClassName
{
border-color: #FAEDF2;
}
.TagClassName
{
border-color: #FAEDF2;
}
</style>