Shades of Magnolia #FAF5FF
Tints of Magnolia #FAF5FF
RGB
CMYK
RGB Variations
Color information
#FAF5FF (or 0xFAF5FF) is known color: Magnolia. HEX triplet: FA, F5 and FF. RGB value is (250,245,255). Sum of RGB (Red+Green+Blue) = 250+245+255=750 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.33% from 750); Green value is 245 (96.09% from 255 or 32.67% from 750); Blue value is 255 (100% from 255 or 34% from 750); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5FF is #050A00. Grayscale: #F7F7F7. Windows color (decimal): -330241 or 16774650. OLE color: 16774650.
HSL color Cylindrical-coordinate representation of color #FAF5FF: hue angle of 270º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FAF5FF is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 245 | 255 | - |
| CMYK | 0.02 | 0.04 | 0 | 0 |
| HSL | 270º | 1% | 0.98% | - |
| HSV(B) | 270º | 0.04% | 1% | - |
| XYZ | 90.13 | 92.85 | 107.78 | - |
| YUV | 247.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 255 | 0.02 | 0.04 | 0 | 0 | 270 | 1 | 0.98 |
| Hex | FA | F5 | FF | 2 | 4 | 0 | 0 | 10E | 64 | 62 |
| Octal | 372 | 365 | 377 | 2 | 4 | 0 | 0 | 416 | 144 | 142 |
| Binary | 11111010 | 11110101 | 11111111 | 10 | 100 | 0 | 0 | 100001110 | 1100100 | 1100010 |
Color Harmonies of #FAF5FF
Complementary color
Monochromatic Colors of #FAF5FF
Black with #FAF5FF
Text Example
Text Example
White with #FAF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5FF; }
p { color: rgb(250,245,255); }
H1.HeaderClassName
{
color: #FAF5FF;
}
.AnyTagClassName
{
color: #FAF5FF;
}
</style>
background-color css
<style>
a { background-color: #FAF5FF; }
a { background-color: rgb(250,245,255); }
div.DivClassName
{
background-color: #FAF5FF;
}
.BgClassName
{
background-color: #FAF5FF;
}
</style>
border-color css
<style>
span { border-color: #FAF5FF; }
span { border-color: rgb(250,245,255); }
td.TdClassName
{
border-color: #FAF5FF;
}
.TagClassName
{
border-color: #FAF5FF;
}
</style>