Shades of Magnolia #FAF3FF
Tints of Magnolia #FAF3FF
RGB
CMYK
RGB Variations
Color information
#FAF3FF (or 0xFAF3FF) is known color: Magnolia. HEX triplet: FA, F3 and FF. RGB value is (250,243,255). Sum of RGB (Red+Green+Blue) = 250+243+255=748 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.42% from 748); Green value is 243 (95.31% from 255 or 32.49% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAF3FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF3FF is #050C00. Grayscale: #F6F6F6. Windows color (decimal): -330753 or 16774138. OLE color: 16774138.
HSL color Cylindrical-coordinate representation of color #FAF3FF: hue angle of 275º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAF3FF is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 243 | 255 | - |
| CMYK | 0.02 | 0.05 | 0 | 0 |
| HSL | 275º | 1% | 0.98% | - |
| HSV(B) | 275º | 0.05% | 1% | - |
| XYZ | 89.52 | 91.65 | 107.58 | - |
| YUV | 246.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 255 | 0.02 | 0.05 | 0 | 0 | 275 | 1 | 0.98 |
| Hex | FA | F3 | FF | 2 | 5 | 0 | 0 | 113 | 64 | 62 |
| Octal | 372 | 363 | 377 | 2 | 5 | 0 | 0 | 423 | 144 | 142 |
| Binary | 11111010 | 11110011 | 11111111 | 10 | 101 | 0 | 0 | 100010011 | 1100100 | 1100010 |
Color Harmonies of #FAF3FF
Complementary color
Monochromatic Colors of #FAF3FF
Black with #FAF3FF
Text Example
Text Example
White with #FAF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF3FF; }
p { color: rgb(250,243,255); }
H1.HeaderClassName
{
color: #FAF3FF;
}
.AnyTagClassName
{
color: #FAF3FF;
}
</style>
background-color css
<style>
a { background-color: #FAF3FF; }
a { background-color: rgb(250,243,255); }
div.DivClassName
{
background-color: #FAF3FF;
}
.BgClassName
{
background-color: #FAF3FF;
}
</style>
border-color css
<style>
span { border-color: #FAF3FF; }
span { border-color: rgb(250,243,255); }
td.TdClassName
{
border-color: #FAF3FF;
}
.TagClassName
{
border-color: #FAF3FF;
}
</style>