Shades of Magnolia #FAEEFF
Tints of Magnolia #FAEEFF
RGB
CMYK
RGB Variations
Color information
#FAEEFF (or 0xFAEEFF) is known color: Magnolia. HEX triplet: FA, EE and FF. RGB value is (250,238,255). Sum of RGB (Red+Green+Blue) = 250+238+255=743 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.65% from 743); Green value is 238 (93.36% from 255 or 32.03% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEFF is #051100. Grayscale: #F3F3F3. Windows color (decimal): -332033 or 16772858. OLE color: 16772858.
HSL color Cylindrical-coordinate representation of color #FAEEFF: hue angle of 282.35º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAEEFF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 238 | 255 | - |
| CMYK | 0.02 | 0.07 | 0 | 0 |
| HSL | 282.35º | 1% | 0.97% | - |
| HSV(B) | 282.35º | 0.07% | 1% | - |
| XYZ | 88.05 | 88.69 | 107.09 | - |
| YUV | 243.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 255 | 0.02 | 0.07 | 0 | 0 | 282.35 | 1 | 0.97 |
| Hex | FA | EE | FF | 2 | 7 | 0 | 0 | 11A | 64 | 61 |
| Octal | 372 | 356 | 377 | 2 | 7 | 0 | 0 | 432 | 144 | 141 |
| Binary | 11111010 | 11101110 | 11111111 | 10 | 111 | 0 | 0 | 100011010 | 1100100 | 1100001 |
Color Harmonies of #FAEEFF
Complementary color
Monochromatic Colors of #FAEEFF
Black with #FAEEFF
Text Example
Text Example
White with #FAEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEFF; }
p { color: rgb(250,238,255); }
H1.HeaderClassName
{
color: #FAEEFF;
}
.AnyTagClassName
{
color: #FAEEFF;
}
</style>
background-color css
<style>
a { background-color: #FAEEFF; }
a { background-color: rgb(250,238,255); }
div.DivClassName
{
background-color: #FAEEFF;
}
.BgClassName
{
background-color: #FAEEFF;
}
</style>
border-color css
<style>
span { border-color: #FAEEFF; }
span { border-color: rgb(250,238,255); }
td.TdClassName
{
border-color: #FAEEFF;
}
.TagClassName
{
border-color: #FAEEFF;
}
</style>