Shades of Lavender Blush #FAEEF3
Tints of Lavender Blush #FAEEF3
RGB
CMYK
RGB Variations
Color information
#FAEEF3 (or 0xFAEEF3) is known color: Lavender Blush. HEX triplet: FA, EE and F3. RGB value is (250,238,243). Sum of RGB (Red+Green+Blue) = 250+238+243=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 238 (93.36% from 255 or 32.56% from 731); Blue value is 243 (95.31% from 255 or 33.24% from 731); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEF3 is #05110C. Grayscale: #F2F2F2. Windows color (decimal): -332045 or 15986426. OLE color: 15986426.
HSL color Cylindrical-coordinate representation of color #FAEEF3: hue angle of 335º 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 #FAEEF3 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 243 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.02 |
| HSL | 335º | 0.55% | 0.96% | - |
| HSV(B) | 335º | 0.05% | 0.98% | - |
| XYZ | 86.18 | 87.94 | 97.23 | - |
| YUV | 242.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 243 | 0 | 0.05 | 0.03 | 0.02 | 335 | 0.55 | 0.96 |
| Hex | FA | EE | F3 | 0 | 5 | 3 | 2 | 14F | 37 | 60 |
| Octal | 372 | 356 | 363 | 0 | 5 | 3 | 2 | 517 | 67 | 140 |
| Binary | 11111010 | 11101110 | 11110011 | 0 | 101 | 11 | 10 | 101001111 | 110111 | 1100000 |
Color Harmonies of #FAEEF3
Complementary color
Monochromatic Colors of #FAEEF3
Black with #FAEEF3
Text Example
Text Example
White with #FAEEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEF3; }
p { color: rgb(250,238,243); }
H1.HeaderClassName
{
color: #FAEEF3;
}
.AnyTagClassName
{
color: #FAEEF3;
}
</style>
background-color css
<style>
a { background-color: #FAEEF3; }
a { background-color: rgb(250,238,243); }
div.DivClassName
{
background-color: #FAEEF3;
}
.BgClassName
{
background-color: #FAEEF3;
}
</style>
border-color css
<style>
span { border-color: #FAEEF3; }
span { border-color: rgb(250,238,243); }
td.TdClassName
{
border-color: #FAEEF3;
}
.TagClassName
{
border-color: #FAEEF3;
}
</style>