Shades of Alice Blue #F2FBFF
Tints of Alice Blue #F2FBFF
RGB
CMYK
RGB Variations
Color information
#F2FBFF (or 0xF2FBFF) is known color: Alice Blue. HEX triplet: F2, FB and FF. RGB value is (242,251,255). Sum of RGB (Red+Green+Blue) = 242+251+255=748 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.35% from 748); Green value is 251 (98.44% from 255 or 33.56% 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 #F2FBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FBFF is #0D0400. Grayscale: #F8F8F8. Windows color (decimal): -852993 or 16776178. OLE color: 16776178.
HSL color Cylindrical-coordinate representation of color #F2FBFF: hue angle of 198.46º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FBFF is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 251 | 255 | - |
| CMYK | 0.05 | 0.02 | 0 | 0 |
| HSL | 198.46º | 1% | 0.97% | - |
| HSV(B) | 198.46º | 0.05% | 1% | - |
| XYZ | 89.17 | 95.09 | 108.26 | - |
| YUV | 248.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 255 | 0.05 | 0.02 | 0 | 0 | 198.46 | 1 | 0.97 |
| Hex | F2 | FB | FF | 5 | 2 | 0 | 0 | C6 | 64 | 61 |
| Octal | 362 | 373 | 377 | 5 | 2 | 0 | 0 | 306 | 144 | 141 |
| Binary | 11110010 | 11111011 | 11111111 | 101 | 10 | 0 | 0 | 11000110 | 1100100 | 1100001 |
Color Harmonies of #F2FBFF
Complementary color
Monochromatic Colors of #F2FBFF
Black with #F2FBFF
Text Example
Text Example
White with #F2FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FBFF; }
p { color: rgb(242,251,255); }
H1.HeaderClassName
{
color: #F2FBFF;
}
.AnyTagClassName
{
color: #F2FBFF;
}
</style>
background-color css
<style>
a { background-color: #F2FBFF; }
a { background-color: rgb(242,251,255); }
div.DivClassName
{
background-color: #F2FBFF;
}
.BgClassName
{
background-color: #F2FBFF;
}
</style>
border-color css
<style>
span { border-color: #F2FBFF; }
span { border-color: rgb(242,251,255); }
td.TdClassName
{
border-color: #F2FBFF;
}
.TagClassName
{
border-color: #F2FBFF;
}
</style>