Shades of Alice Blue #F2FBFE
Tints of Alice Blue #F2FBFE
RGB
CMYK
RGB Variations
Color information
#F2FBFE (or 0xF2FBFE) is known color: Alice Blue. HEX triplet: F2, FB and FE. RGB value is (242,251,254). Sum of RGB (Red+Green+Blue) = 242+251+254=747 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.40% from 747); Green value is 251 (98.44% from 255 or 33.60% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2FBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FBFE is #0D0401. Grayscale: #F8F8F8. Windows color (decimal): -852994 or 16710642. OLE color: 16710642.
HSL color Cylindrical-coordinate representation of color #F2FBFE: hue angle of 195º 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 #F2FBFE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 251 | 254 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.00 |
| HSL | 195º | 0.86% | 0.97% | - |
| HSV(B) | 195º | 0.05% | 1% | - |
| XYZ | 89 | 95.03 | 107.42 | - |
| YUV | 248.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 254 | 0.05 | 0.01 | 0 | 0.00 | 195 | 0.86 | 0.97 |
| Hex | F2 | FB | FE | 5 | 1 | 0 | 0 | C3 | 56 | 61 |
| Octal | 362 | 373 | 376 | 5 | 1 | 0 | 0 | 303 | 126 | 141 |
| Binary | 11110010 | 11111011 | 11111110 | 101 | 1 | 0 | 0 | 11000011 | 1010110 | 1100001 |
Color Harmonies of #F2FBFE
Complementary color
Monochromatic Colors of #F2FBFE
Black with #F2FBFE
Text Example
Text Example
White with #F2FBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FBFE; }
p { color: rgb(242,251,254); }
H1.HeaderClassName
{
color: #F2FBFE;
}
.AnyTagClassName
{
color: #F2FBFE;
}
</style>
background-color css
<style>
a { background-color: #F2FBFE; }
a { background-color: rgb(242,251,254); }
div.DivClassName
{
background-color: #F2FBFE;
}
.BgClassName
{
background-color: #F2FBFE;
}
</style>
border-color css
<style>
span { border-color: #F2FBFE; }
span { border-color: rgb(242,251,254); }
td.TdClassName
{
border-color: #F2FBFE;
}
.TagClassName
{
border-color: #F2FBFE;
}
</style>