Shades of Lavender Blush #FAEAF5
Tints of Lavender Blush #FAEAF5
RGB
CMYK
RGB Variations
Color information
#FAEAF5 (or 0xFAEAF5) is known color: Lavender Blush. HEX triplet: FA, EA and F5. RGB value is (250,234,245). Sum of RGB (Red+Green+Blue) = 250+234+245=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 234 (91.80% from 255 or 32.10% from 729); Blue value is 245 (96.09% from 255 or 33.61% from 729); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAF5 is #05150A. Grayscale: #F0F0F0. Windows color (decimal): -333067 or 16116474. OLE color: 16116474.
HSL color Cylindrical-coordinate representation of color #FAEAF5: hue angle of 318.75º degrees, saturation: 0.62, 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 #FAEAF5 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 245 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.02 |
| HSL | 318.75º | 0.62% | 0.95% | - |
| HSV(B) | 318.75º | 0.06% | 0.98% | - |
| XYZ | 85.33 | 85.76 | 98.44 | - |
| YUV | 240.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 245 | 0 | 0.06 | 0.02 | 0.02 | 318.75 | 0.62 | 0.95 |
| Hex | FA | EA | F5 | 0 | 6 | 2 | 2 | 13F | 3E | 5F |
| Octal | 372 | 352 | 365 | 0 | 6 | 2 | 2 | 477 | 76 | 137 |
| Binary | 11111010 | 11101010 | 11110101 | 0 | 110 | 10 | 10 | 100111111 | 111110 | 1011111 |
Color Harmonies of #FAEAF5
Complementary color
Monochromatic Colors of #FAEAF5
Black with #FAEAF5
Text Example
Text Example
White with #FAEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAF5; }
p { color: rgb(250,234,245); }
H1.HeaderClassName
{
color: #FAEAF5;
}
.AnyTagClassName
{
color: #FAEAF5;
}
</style>
background-color css
<style>
a { background-color: #FAEAF5; }
a { background-color: rgb(250,234,245); }
div.DivClassName
{
background-color: #FAEAF5;
}
.BgClassName
{
background-color: #FAEAF5;
}
</style>
border-color css
<style>
span { border-color: #FAEAF5; }
span { border-color: rgb(250,234,245); }
td.TdClassName
{
border-color: #FAEAF5;
}
.TagClassName
{
border-color: #FAEAF5;
}
</style>