Shades of Alice Blue #F2FAFE
Tints of Alice Blue #F2FAFE
RGB
CMYK
RGB Variations
Color information
#F2FAFE (or 0xF2FAFE) is known color: Alice Blue. HEX triplet: F2, FA and FE. RGB value is (242,250,254). Sum of RGB (Red+Green+Blue) = 242+250+254=746 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.44% from 746); Green value is 250 (98.05% from 255 or 33.51% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAFE is #0D0501. Grayscale: #F8F8F8. Windows color (decimal): -853250 or 16710386. OLE color: 16710386.
HSL color Cylindrical-coordinate representation of color #F2FAFE: hue angle of 200º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FAFE is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 250 | 254 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.00 |
| HSL | 200º | 0.86% | 0.97% | - |
| HSV(B) | 200º | 0.05% | 1% | - |
| XYZ | 88.69 | 94.4 | 107.31 | - |
| YUV | 248.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 254 | 0.05 | 0.02 | 0 | 0.00 | 200 | 0.86 | 0.97 |
| Hex | F2 | FA | FE | 5 | 2 | 0 | 0 | C8 | 56 | 61 |
| Octal | 362 | 372 | 376 | 5 | 2 | 0 | 0 | 310 | 126 | 141 |
| Binary | 11110010 | 11111010 | 11111110 | 101 | 10 | 0 | 0 | 11001000 | 1010110 | 1100001 |
Color Harmonies of #F2FAFE
Complementary color
Monochromatic Colors of #F2FAFE
Black with #F2FAFE
Text Example
Text Example
White with #F2FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAFE; }
p { color: rgb(242,250,254); }
H1.HeaderClassName
{
color: #F2FAFE;
}
.AnyTagClassName
{
color: #F2FAFE;
}
</style>
background-color css
<style>
a { background-color: #F2FAFE; }
a { background-color: rgb(242,250,254); }
div.DivClassName
{
background-color: #F2FAFE;
}
.BgClassName
{
background-color: #F2FAFE;
}
</style>
border-color css
<style>
span { border-color: #F2FAFE; }
span { border-color: rgb(242,250,254); }
td.TdClassName
{
border-color: #F2FAFE;
}
.TagClassName
{
border-color: #F2FAFE;
}
</style>