Shades of Lavender Blush #FAEAF6
Tints of Lavender Blush #FAEAF6
RGB
CMYK
RGB Variations
Color information
#FAEAF6 (or 0xFAEAF6) is known color: Lavender Blush. HEX triplet: FA, EA and F6. RGB value is (250,234,246). Sum of RGB (Red+Green+Blue) = 250+234+246=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 234 (91.80% from 255 or 32.05% from 730); Blue value is 246 (96.48% from 255 or 33.70% from 730); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAF6 is #051509. Grayscale: #F0F0F0. Windows color (decimal): -333066 or 16182010. OLE color: 16182010.
HSL color Cylindrical-coordinate representation of color #FAEAF6: hue angle of 315º 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 #FAEAF6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 246 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.02 |
| HSL | 315º | 0.62% | 0.95% | - |
| HSV(B) | 315º | 0.06% | 0.98% | - |
| XYZ | 85.48 | 85.82 | 99.25 | - |
| YUV | 240.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 246 | 0 | 0.06 | 0.02 | 0.02 | 315 | 0.62 | 0.95 |
| Hex | FA | EA | F6 | 0 | 6 | 2 | 2 | 13B | 3E | 5F |
| Octal | 372 | 352 | 366 | 0 | 6 | 2 | 2 | 473 | 76 | 137 |
| Binary | 11111010 | 11101010 | 11110110 | 0 | 110 | 10 | 10 | 100111011 | 111110 | 1011111 |
Color Harmonies of #FAEAF6
Complementary color
Monochromatic Colors of #FAEAF6
Black with #FAEAF6
Text Example
Text Example
White with #FAEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAF6; }
p { color: rgb(250,234,246); }
H1.HeaderClassName
{
color: #FAEAF6;
}
.AnyTagClassName
{
color: #FAEAF6;
}
</style>
background-color css
<style>
a { background-color: #FAEAF6; }
a { background-color: rgb(250,234,246); }
div.DivClassName
{
background-color: #FAEAF6;
}
.BgClassName
{
background-color: #FAEAF6;
}
</style>
border-color css
<style>
span { border-color: #FAEAF6; }
span { border-color: rgb(250,234,246); }
td.TdClassName
{
border-color: #FAEAF6;
}
.TagClassName
{
border-color: #FAEAF6;
}
</style>