Shades of Alice Blue #F8FAFB
Tints of Alice Blue #F8FAFB
RGB
CMYK
RGB Variations
Color information
#F8FAFB (or 0xF8FAFB) is known color: Alice Blue. HEX triplet: F8, FA and FB. RGB value is (248,250,251). Sum of RGB (Red+Green+Blue) = 248+250+251=749 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.11% from 749); Green value is 250 (98.05% from 255 or 33.38% from 749); Blue value is 251 (98.44% from 255 or 33.51% from 749); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8FAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FAFB is #070504. Grayscale: #F9F9F9. Windows color (decimal): -460037 or 16513784. OLE color: 16513784.
HSL color Cylindrical-coordinate representation of color #F8FAFB: hue angle of 200º degrees, saturation: 0.27, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F8FAFB is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 248 | 250 | 251 | - |
CMYK | 0.01 | 0.00 | 0 | 0.02 |
HSL | 200º | 0.27% | 0.98% | - |
HSV(B) | 200º | 0.01% | 0.98% | - |
XYZ | 90.31 | 95.29 | 104.9 | - |
YUV | 249.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 250 | 251 | 0.01 | 0.00 | 0 | 0.02 | 200 | 0.27 | 0.98 |
Hex | F8 | FA | FB | 1 | 0 | 0 | 2 | C8 | 1B | 62 |
Octal | 370 | 372 | 373 | 1 | 0 | 0 | 2 | 310 | 33 | 142 |
Binary | 11111000 | 11111010 | 11111011 | 1 | 0 | 0 | 10 | 11001000 | 11011 | 1100010 |
Color Harmonies of #F8FAFB
Complementary color
Monochromatic Colors of #F8FAFB
Black with #F8FAFB
Text Example
Text Example
White with #F8FAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FAFB; }
p { color: rgb(248,250,251); }
H1.HeaderClassName
{
color: #F8FAFB;
}
.AnyTagClassName
{
color: #F8FAFB;
}
</style>
background-color css
<style>
a { background-color: #F8FAFB; }
a { background-color: rgb(248,250,251); }
div.DivClassName
{
background-color: #F8FAFB;
}
.BgClassName
{
background-color: #F8FAFB;
}
</style>
border-color css
<style>
span { border-color: #F8FAFB; }
span { border-color: rgb(248,250,251); }
td.TdClassName
{
border-color: #F8FAFB;
}
.TagClassName
{
border-color: #F8FAFB;
}
</style>