Shades of Lavender Blush #FAEAF2
Tints of Lavender Blush #FAEAF2
RGB
CMYK
RGB Variations
Color information
#FAEAF2 (or 0xFAEAF2) is known color: Lavender Blush. HEX triplet: FA, EA and F2. RGB value is (250,234,242). Sum of RGB (Red+Green+Blue) = 250+234+242=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 242 (94.92% from 255 or 33.33% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAF2 is #05150D. Grayscale: #EFEFEF. Windows color (decimal): -333070 or 15919866. OLE color: 15919866.
HSL color Cylindrical-coordinate representation of color #FAEAF2: hue angle of 330º 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 #FAEAF2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 242 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.02 |
| HSL | 330º | 0.62% | 0.95% | - |
| HSV(B) | 330º | 0.06% | 0.98% | - |
| XYZ | 84.87 | 85.58 | 96.05 | - |
| YUV | 239.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 242 | 0 | 0.06 | 0.03 | 0.02 | 330 | 0.62 | 0.95 |
| Hex | FA | EA | F2 | 0 | 6 | 3 | 2 | 14A | 3E | 5F |
| Octal | 372 | 352 | 362 | 0 | 6 | 3 | 2 | 512 | 76 | 137 |
| Binary | 11111010 | 11101010 | 11110010 | 0 | 110 | 11 | 10 | 101001010 | 111110 | 1011111 |
Color Harmonies of #FAEAF2
Complementary color
Monochromatic Colors of #FAEAF2
Black with #FAEAF2
Text Example
Text Example
White with #FAEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAF2; }
p { color: rgb(250,234,242); }
H1.HeaderClassName
{
color: #FAEAF2;
}
.AnyTagClassName
{
color: #FAEAF2;
}
</style>
background-color css
<style>
a { background-color: #FAEAF2; }
a { background-color: rgb(250,234,242); }
div.DivClassName
{
background-color: #FAEAF2;
}
.BgClassName
{
background-color: #FAEAF2;
}
</style>
border-color css
<style>
span { border-color: #FAEAF2; }
span { border-color: rgb(250,234,242); }
td.TdClassName
{
border-color: #FAEAF2;
}
.TagClassName
{
border-color: #FAEAF2;
}
</style>