Shades of Magnolia #F2F1F3
Tints of Magnolia #F2F1F3
RGB
CMYK
RGB Variations
Color information
#F2F1F3 (or 0xF2F1F3) is known color: Magnolia. HEX triplet: F2, F1 and F3. RGB value is (242,241,243). Sum of RGB (Red+Green+Blue) = 242+241+243=726 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.33% from 726); Green value is 241 (94.53% from 255 or 33.20% from 726); Blue value is 243 (95.31% from 255 or 33.47% from 726); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2F1F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1F3 is #0D0E0C. Grayscale: #F1F1F1. Windows color (decimal): -855565 or 15987186. OLE color: 15987186.
HSL color Cylindrical-coordinate representation of color #F2F1F3: hue angle of 270º degrees, saturation: 0.08, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F2F1F3 is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 241 | 243 | - |
CMYK | 0.00 | 0.01 | 0 | 0.05 |
HSL | 270º | 0.08% | 0.95% | - |
HSV(B) | 270º | 0.01% | 0.95% | - |
XYZ | 84.25 | 88.26 | 97.39 | - |
YUV | 241.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 241 | 243 | 0.00 | 0.01 | 0 | 0.05 | 270 | 0.08 | 0.95 |
Hex | F2 | F1 | F3 | 0 | 1 | 0 | 5 | 10E | 8 | 5F |
Octal | 362 | 361 | 363 | 0 | 1 | 0 | 5 | 416 | 10 | 137 |
Binary | 11110010 | 11110001 | 11110011 | 0 | 1 | 0 | 101 | 100001110 | 1000 | 1011111 |
Color Harmonies of #F2F1F3
Complementary color
Monochromatic Colors of #F2F1F3
Black with #F2F1F3
Text Example
Text Example
White with #F2F1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1F3; }
p { color: rgb(242,241,243); }
H1.HeaderClassName
{
color: #F2F1F3;
}
.AnyTagClassName
{
color: #F2F1F3;
}
</style>
background-color css
<style>
a { background-color: #F2F1F3; }
a { background-color: rgb(242,241,243); }
div.DivClassName
{
background-color: #F2F1F3;
}
.BgClassName
{
background-color: #F2F1F3;
}
</style>
border-color css
<style>
span { border-color: #F2F1F3; }
span { border-color: rgb(242,241,243); }
td.TdClassName
{
border-color: #F2F1F3;
}
.TagClassName
{
border-color: #F2F1F3;
}
</style>