Shades of Alice Blue #F8FAFE
Tints of Alice Blue #F8FAFE
RGB
CMYK
RGB Variations
Color information
#F8FAFE (or 0xF8FAFE) is known color: Alice Blue. HEX triplet: F8, FA and FE. RGB value is (248,250,254). Sum of RGB (Red+Green+Blue) = 248+250+254=752 (99% of max value = 765). Red value is 248 (97.27% from 255 or 32.98% from 752); Green value is 250 (98.05% from 255 or 33.24% from 752); Blue value is 254 (99.61% from 255 or 33.78% from 752); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FAFE is #070501. Grayscale: #F9F9F9. Windows color (decimal): -460034 or 16710392. OLE color: 16710392.
HSL color Cylindrical-coordinate representation of color #F8FAFE: hue angle of 220º degrees, saturation: 0.75, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F8FAFE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 250 | 254 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.00 |
| HSL | 220º | 0.75% | 0.98% | - |
| HSV(B) | 220º | 0.02% | 1% | - |
| XYZ | 90.79 | 95.48 | 107.41 | - |
| YUV | 249.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 254 | 0.02 | 0.02 | 0 | 0.00 | 220 | 0.75 | 0.98 |
| Hex | F8 | FA | FE | 2 | 2 | 0 | 0 | DC | 4B | 62 |
| Octal | 370 | 372 | 376 | 2 | 2 | 0 | 0 | 334 | 113 | 142 |
| Binary | 11111000 | 11111010 | 11111110 | 10 | 10 | 0 | 0 | 11011100 | 1001011 | 1100010 |
Color Harmonies of #F8FAFE
Complementary color
Monochromatic Colors of #F8FAFE
Black with #F8FAFE
Text Example
Text Example
White with #F8FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FAFE; }
p { color: rgb(248,250,254); }
H1.HeaderClassName
{
color: #F8FAFE;
}
.AnyTagClassName
{
color: #F8FAFE;
}
</style>
background-color css
<style>
a { background-color: #F8FAFE; }
a { background-color: rgb(248,250,254); }
div.DivClassName
{
background-color: #F8FAFE;
}
.BgClassName
{
background-color: #F8FAFE;
}
</style>
border-color css
<style>
span { border-color: #F8FAFE; }
span { border-color: rgb(248,250,254); }
td.TdClassName
{
border-color: #F8FAFE;
}
.TagClassName
{
border-color: #F8FAFE;
}
</style>