Shades of Lavender Blush #FAEEF5
Tints of Lavender Blush #FAEEF5
RGB
CMYK
RGB Variations
Color information
#FAEEF5 (or 0xFAEEF5) is known color: Lavender Blush. HEX triplet: FA, EE and F5. RGB value is (250,238,245). Sum of RGB (Red+Green+Blue) = 250+238+245=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 238 (93.36% from 255 or 32.47% from 733); Blue value is 245 (96.09% from 255 or 33.42% from 733); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEF5 is #05110A. Grayscale: #F2F2F2. Windows color (decimal): -332043 or 16117498. OLE color: 16117498.
HSL color Cylindrical-coordinate representation of color #FAEEF5: hue angle of 325º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAEEF5 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 245 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.02 |
| HSL | 325º | 0.55% | 0.96% | - |
| HSV(B) | 325º | 0.05% | 0.98% | - |
| XYZ | 86.48 | 88.07 | 98.83 | - |
| YUV | 242.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 245 | 0 | 0.05 | 0.02 | 0.02 | 325 | 0.55 | 0.96 |
| Hex | FA | EE | F5 | 0 | 5 | 2 | 2 | 145 | 37 | 60 |
| Octal | 372 | 356 | 365 | 0 | 5 | 2 | 2 | 505 | 67 | 140 |
| Binary | 11111010 | 11101110 | 11110101 | 0 | 101 | 10 | 10 | 101000101 | 110111 | 1100000 |
Color Harmonies of #FAEEF5
Complementary color
Monochromatic Colors of #FAEEF5
Black with #FAEEF5
Text Example
Text Example
White with #FAEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEF5; }
p { color: rgb(250,238,245); }
H1.HeaderClassName
{
color: #FAEEF5;
}
.AnyTagClassName
{
color: #FAEEF5;
}
</style>
background-color css
<style>
a { background-color: #FAEEF5; }
a { background-color: rgb(250,238,245); }
div.DivClassName
{
background-color: #FAEEF5;
}
.BgClassName
{
background-color: #FAEEF5;
}
</style>
border-color css
<style>
span { border-color: #FAEEF5; }
span { border-color: rgb(250,238,245); }
td.TdClassName
{
border-color: #FAEEF5;
}
.TagClassName
{
border-color: #FAEEF5;
}
</style>