Shades of Alice Blue #F2F8FB
Tints of Alice Blue #F2F8FB
RGB
CMYK
RGB Variations
Color information
#F2F8FB (or 0xF2F8FB) is known color: Alice Blue. HEX triplet: F2, F8 and FB. RGB value is (242,248,251). Sum of RGB (Red+Green+Blue) = 242+248+251=741 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.66% from 741); Green value is 248 (97.27% from 255 or 33.47% from 741); Blue value is 251 (98.44% from 255 or 33.87% from 741); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2F8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F8FB is #0D0704. Grayscale: #F6F6F6. Windows color (decimal): -853765 or 16513266. OLE color: 16513266.
HSL color Cylindrical-coordinate representation of color #F2F8FB: hue angle of 200º degrees, saturation: 0.53, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2F8FB is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 248 | 251 | - |
CMYK | 0.04 | 0.01 | 0 | 0.02 |
HSL | 200º | 0.53% | 0.97% | - |
HSV(B) | 200º | 0.04% | 0.98% | - |
XYZ | 87.6 | 92.98 | 104.6 | - |
YUV | 246.55 | 130.51 | 124.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 248 | 251 | 0.04 | 0.01 | 0 | 0.02 | 200 | 0.53 | 0.97 |
Hex | F2 | F8 | FB | 4 | 1 | 0 | 2 | C8 | 35 | 61 |
Octal | 362 | 370 | 373 | 4 | 1 | 0 | 2 | 310 | 65 | 141 |
Binary | 11110010 | 11111000 | 11111011 | 100 | 1 | 0 | 10 | 11001000 | 110101 | 1100001 |
Color Harmonies of #F2F8FB
Complementary color
Monochromatic Colors of #F2F8FB
Black with #F2F8FB
Text Example
Text Example
White with #F2F8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F8FB; }
p { color: rgb(242,248,251); }
H1.HeaderClassName
{
color: #F2F8FB;
}
.AnyTagClassName
{
color: #F2F8FB;
}
</style>
background-color css
<style>
a { background-color: #F2F8FB; }
a { background-color: rgb(242,248,251); }
div.DivClassName
{
background-color: #F2F8FB;
}
.BgClassName
{
background-color: #F2F8FB;
}
</style>
border-color css
<style>
span { border-color: #F2F8FB; }
span { border-color: rgb(242,248,251); }
td.TdClassName
{
border-color: #F2F8FB;
}
.TagClassName
{
border-color: #F2F8FB;
}
</style>