Shades of Alice Blue #F8FCFE
Tints of Alice Blue #F8FCFE
RGB
CMYK
RGB Variations
Color information
#F8FCFE (or 0xF8FCFE) is known color: Alice Blue. HEX triplet: F8, FC and FE. RGB value is (248,252,254). Sum of RGB (Red+Green+Blue) = 248+252+254=754 (99% of max value = 765). Red value is 248 (97.27% from 255 or 32.89% from 754); Green value is 252 (98.83% from 255 or 33.42% from 754); Blue value is 254 (99.61% from 255 or 33.69% from 754); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FCFE is #070301. Grayscale: #FBFBFB. Windows color (decimal): -459522 or 16710904. OLE color: 16710904.
HSL color Cylindrical-coordinate representation of color #F8FCFE: hue angle of 200º 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 #F8FCFE is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 248 | 252 | 254 | - |
CMYK | 0.02 | 0.01 | 0 | 0.00 |
HSL | 200º | 0.75% | 0.98% | - |
HSV(B) | 200º | 0.02% | 1% | - |
XYZ | 91.41 | 96.73 | 107.62 | - |
YUV | 251.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 252 | 254 | 0.02 | 0.01 | 0 | 0.00 | 200 | 0.75 | 0.98 |
Hex | F8 | FC | FE | 2 | 1 | 0 | 0 | C8 | 4B | 62 |
Octal | 370 | 374 | 376 | 2 | 1 | 0 | 0 | 310 | 113 | 142 |
Binary | 11111000 | 11111100 | 11111110 | 10 | 1 | 0 | 0 | 11001000 | 1001011 | 1100010 |
Color Harmonies of #F8FCFE
Complementary color
Monochromatic Colors of #F8FCFE
Black with #F8FCFE
Text Example
Text Example
White with #F8FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCFE; }
p { color: rgb(248,252,254); }
H1.HeaderClassName
{
color: #F8FCFE;
}
.AnyTagClassName
{
color: #F8FCFE;
}
</style>
background-color css
<style>
a { background-color: #F8FCFE; }
a { background-color: rgb(248,252,254); }
div.DivClassName
{
background-color: #F8FCFE;
}
.BgClassName
{
background-color: #F8FCFE;
}
</style>
border-color css
<style>
span { border-color: #F8FCFE; }
span { border-color: rgb(248,252,254); }
td.TdClassName
{
border-color: #F8FCFE;
}
.TagClassName
{
border-color: #F8FCFE;
}
</style>