Shades of Lavender Blush #FAE7F2
Tints of Lavender Blush #FAE7F2
RGB
CMYK
RGB Variations
Color information
#FAE7F2 (or 0xFAE7F2) is known color: Lavender Blush. HEX triplet: FA, E7 and F2. RGB value is (250,231,242). Sum of RGB (Red+Green+Blue) = 250+231+242=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 231 (90.62% from 255 or 31.95% from 723); Blue value is 242 (94.92% from 255 or 33.47% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7F2 is #05180D. Grayscale: #EDEDED. Windows color (decimal): -333838 or 15919098. OLE color: 15919098.
HSL color Cylindrical-coordinate representation of color #FAE7F2: hue angle of 325.26º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE7F2 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 242 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.02 |
| HSL | 325.26º | 0.66% | 0.94% | - |
| HSV(B) | 325.26º | 0.08% | 0.98% | - |
| XYZ | 84.03 | 83.89 | 95.77 | - |
| YUV | 237.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 242 | 0 | 0.08 | 0.03 | 0.02 | 325.26 | 0.66 | 0.94 |
| Hex | FA | E7 | F2 | 0 | 8 | 3 | 2 | 145 | 42 | 5E |
| Octal | 372 | 347 | 362 | 0 | 10 | 3 | 2 | 505 | 102 | 136 |
| Binary | 11111010 | 11100111 | 11110010 | 0 | 1000 | 11 | 10 | 101000101 | 1000010 | 1011110 |
Color Harmonies of #FAE7F2
Complementary color
Monochromatic Colors of #FAE7F2
Black with #FAE7F2
Text Example
Text Example
White with #FAE7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7F2; }
p { color: rgb(250,231,242); }
H1.HeaderClassName
{
color: #FAE7F2;
}
.AnyTagClassName
{
color: #FAE7F2;
}
</style>
background-color css
<style>
a { background-color: #FAE7F2; }
a { background-color: rgb(250,231,242); }
div.DivClassName
{
background-color: #FAE7F2;
}
.BgClassName
{
background-color: #FAE7F2;
}
</style>
border-color css
<style>
span { border-color: #FAE7F2; }
span { border-color: rgb(250,231,242); }
td.TdClassName
{
border-color: #FAE7F2;
}
.TagClassName
{
border-color: #FAE7F2;
}
</style>