Shades of Lavender Blush #FAEAF3
Tints of Lavender Blush #FAEAF3
RGB
CMYK
RGB Variations
Color information
#FAEAF3 (or 0xFAEAF3) is known color: Lavender Blush. HEX triplet: FA, EA and F3. RGB value is (250,234,243). Sum of RGB (Red+Green+Blue) = 250+234+243=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 243 (95.31% from 255 or 33.43% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAF3 is #05150C. Grayscale: #EFEFEF. Windows color (decimal): -333069 or 15985402. OLE color: 15985402.
HSL color Cylindrical-coordinate representation of color #FAEAF3: hue angle of 326.25º 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 #FAEAF3 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 243 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.02 |
| HSL | 326.25º | 0.62% | 0.95% | - |
| HSV(B) | 326.25º | 0.06% | 0.98% | - |
| XYZ | 85.02 | 85.64 | 96.84 | - |
| YUV | 239.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 243 | 0 | 0.06 | 0.03 | 0.02 | 326.25 | 0.62 | 0.95 |
| Hex | FA | EA | F3 | 0 | 6 | 3 | 2 | 146 | 3E | 5F |
| Octal | 372 | 352 | 363 | 0 | 6 | 3 | 2 | 506 | 76 | 137 |
| Binary | 11111010 | 11101010 | 11110011 | 0 | 110 | 11 | 10 | 101000110 | 111110 | 1011111 |
Color Harmonies of #FAEAF3
Complementary color
Monochromatic Colors of #FAEAF3
Black with #FAEAF3
Text Example
Text Example
White with #FAEAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAF3; }
p { color: rgb(250,234,243); }
H1.HeaderClassName
{
color: #FAEAF3;
}
.AnyTagClassName
{
color: #FAEAF3;
}
</style>
background-color css
<style>
a { background-color: #FAEAF3; }
a { background-color: rgb(250,234,243); }
div.DivClassName
{
background-color: #FAEAF3;
}
.BgClassName
{
background-color: #FAEAF3;
}
</style>
border-color css
<style>
span { border-color: #FAEAF3; }
span { border-color: rgb(250,234,243); }
td.TdClassName
{
border-color: #FAEAF3;
}
.TagClassName
{
border-color: #FAEAF3;
}
</style>