Shades of Alice Blue #F2F6FA
Tints of Alice Blue #F2F6FA
RGB
CMYK
RGB Variations
Color information
#F2F6FA (or 0xF2F6FA) is known color: Alice Blue. HEX triplet: F2, F6 and FA. RGB value is (242,246,250). Sum of RGB (Red+Green+Blue) = 242+246+250=738 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.79% from 738); Green value is 246 (96.48% from 255 or 33.33% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2F6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F6FA is #0D0905. Grayscale: #F5F5F5. Windows color (decimal): -854278 or 16447218. OLE color: 16447218.
HSL color Cylindrical-coordinate representation of color #F2F6FA: hue angle of 210º degrees, saturation: 0.44, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2F6FA is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 246 | 250 | - |
CMYK | 0.03 | 0.02 | 0 | 0.02 |
HSL | 210º | 0.44% | 0.96% | - |
HSV(B) | 210º | 0.03% | 0.98% | - |
XYZ | 86.83 | 91.69 | 103.56 | - |
YUV | 245.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 246 | 250 | 0.03 | 0.02 | 0 | 0.02 | 210 | 0.44 | 0.96 |
Hex | F2 | F6 | FA | 3 | 2 | 0 | 2 | D2 | 2C | 60 |
Octal | 362 | 366 | 372 | 3 | 2 | 0 | 2 | 322 | 54 | 140 |
Binary | 11110010 | 11110110 | 11111010 | 11 | 10 | 0 | 10 | 11010010 | 101100 | 1100000 |
Color Harmonies of #F2F6FA
Complementary color
Monochromatic Colors of #F2F6FA
Black with #F2F6FA
Text Example
Text Example
White with #F2F6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F6FA; }
p { color: rgb(242,246,250); }
H1.HeaderClassName
{
color: #F2F6FA;
}
.AnyTagClassName
{
color: #F2F6FA;
}
</style>
background-color css
<style>
a { background-color: #F2F6FA; }
a { background-color: rgb(242,246,250); }
div.DivClassName
{
background-color: #F2F6FA;
}
.BgClassName
{
background-color: #F2F6FA;
}
</style>
border-color css
<style>
span { border-color: #F2F6FA; }
span { border-color: rgb(242,246,250); }
td.TdClassName
{
border-color: #F2F6FA;
}
.TagClassName
{
border-color: #F2F6FA;
}
</style>