Shades of Alice Blue #F8FBFF
Tints of Alice Blue #F8FBFF
RGB
CMYK
RGB Variations
Color information
#F8FBFF (or 0xF8FBFF) is known color: Alice Blue. HEX triplet: F8, FB and FF. RGB value is (248,251,255). Sum of RGB (Red+Green+Blue) = 248+251+255=754 (99% of max value = 765). Red value is 248 (97.27% from 255 or 32.89% from 754); Green value is 251 (98.44% from 255 or 33.29% from 754); Blue value is 255 (100% from 255 or 33.82% from 754); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8FBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FBFF is #070400. Grayscale: #FAFAFA. Windows color (decimal): -459777 or 16776184. OLE color: 16776184.
HSL color Cylindrical-coordinate representation of color #F8FBFF: hue angle of 214.29º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F8FBFF is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 251 | 255 | - |
| CMYK | 0.03 | 0.02 | 0 | 0 |
| HSL | 214.29º | 1% | 0.99% | - |
| HSV(B) | 214.29º | 0.03% | 1% | - |
| XYZ | 91.26 | 96.17 | 108.36 | - |
| YUV | 250.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 251 | 255 | 0.03 | 0.02 | 0 | 0 | 214.29 | 1 | 0.99 |
| Hex | F8 | FB | FF | 3 | 2 | 0 | 0 | D6 | 64 | 63 |
| Octal | 370 | 373 | 377 | 3 | 2 | 0 | 0 | 326 | 144 | 143 |
| Binary | 11111000 | 11111011 | 11111111 | 11 | 10 | 0 | 0 | 11010110 | 1100100 | 1100011 |
Color Harmonies of #F8FBFF
Complementary color
Monochromatic Colors of #F8FBFF
Black with #F8FBFF
Text Example
Text Example
White with #F8FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FBFF; }
p { color: rgb(248,251,255); }
H1.HeaderClassName
{
color: #F8FBFF;
}
.AnyTagClassName
{
color: #F8FBFF;
}
</style>
background-color css
<style>
a { background-color: #F8FBFF; }
a { background-color: rgb(248,251,255); }
div.DivClassName
{
background-color: #F8FBFF;
}
.BgClassName
{
background-color: #F8FBFF;
}
</style>
border-color css
<style>
span { border-color: #F8FBFF; }
span { border-color: rgb(248,251,255); }
td.TdClassName
{
border-color: #F8FBFF;
}
.TagClassName
{
border-color: #F8FBFF;
}
</style>