Shades of Alice Blue #F2F9FE
Tints of Alice Blue #F2F9FE
RGB
CMYK
RGB Variations
Color information
#F2F9FE (or 0xF2F9FE) is known color: Alice Blue. HEX triplet: F2, F9 and FE. RGB value is (242,249,254). Sum of RGB (Red+Green+Blue) = 242+249+254=745 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.48% from 745); Green value is 249 (97.66% from 255 or 33.42% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2F9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F9FE is #0D0601. Grayscale: #F7F7F7. Windows color (decimal): -853506 or 16710130. OLE color: 16710130.
HSL color Cylindrical-coordinate representation of color #F2F9FE: hue angle of 205º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2F9FE is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 249 | 254 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.00 |
| HSL | 205º | 0.86% | 0.97% | - |
| HSV(B) | 205º | 0.05% | 1% | - |
| XYZ | 88.38 | 93.78 | 107.21 | - |
| YUV | 247.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 254 | 0.05 | 0.02 | 0 | 0.00 | 205 | 0.86 | 0.97 |
| Hex | F2 | F9 | FE | 5 | 2 | 0 | 0 | CD | 56 | 61 |
| Octal | 362 | 371 | 376 | 5 | 2 | 0 | 0 | 315 | 126 | 141 |
| Binary | 11110010 | 11111001 | 11111110 | 101 | 10 | 0 | 0 | 11001101 | 1010110 | 1100001 |
Color Harmonies of #F2F9FE
Complementary color
Monochromatic Colors of #F2F9FE
Black with #F2F9FE
Text Example
Text Example
White with #F2F9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F9FE; }
p { color: rgb(242,249,254); }
H1.HeaderClassName
{
color: #F2F9FE;
}
.AnyTagClassName
{
color: #F2F9FE;
}
</style>
background-color css
<style>
a { background-color: #F2F9FE; }
a { background-color: rgb(242,249,254); }
div.DivClassName
{
background-color: #F2F9FE;
}
.BgClassName
{
background-color: #F2F9FE;
}
</style>
border-color css
<style>
span { border-color: #F2F9FE; }
span { border-color: rgb(242,249,254); }
td.TdClassName
{
border-color: #F2F9FE;
}
.TagClassName
{
border-color: #F2F9FE;
}
</style>