Shades of Alice Blue #F8FDFF
Tints of Alice Blue #F8FDFF
RGB
CMYK
RGB Variations
Color information
#F8FDFF (or 0xF8FDFF) is known color: Alice Blue. HEX triplet: F8, FD and FF. RGB value is (248,253,255). Sum of RGB (Red+Green+Blue) = 248+253+255=756 (100% of max value = 765). Red value is 248 (97.27% from 255 or 32.80% from 756); Green value is 253 (99.22% from 255 or 33.47% from 756); Blue value is 255 (100% from 255 or 33.73% from 756); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FDFF is #070200. Grayscale: #FBFBFB. Windows color (decimal): -459265 or 16776696. OLE color: 16776696.
HSL color Cylindrical-coordinate representation of color #F8FDFF: hue angle of 197.14º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F8FDFF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 248 | 253 | 255 | - |
CMYK | 0.03 | 0.01 | 0 | 0 |
HSL | 197.14º | 1% | 0.99% | - |
HSV(B) | 197.14º | 0.03% | 1% | - |
XYZ | 91.89 | 97.43 | 108.57 | - |
YUV | 251.73 | 129.84 | 125.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 253 | 255 | 0.03 | 0.01 | 0 | 0 | 197.14 | 1 | 0.99 |
Hex | F8 | FD | FF | 3 | 1 | 0 | 0 | C5 | 64 | 63 |
Octal | 370 | 375 | 377 | 3 | 1 | 0 | 0 | 305 | 144 | 143 |
Binary | 11111000 | 11111101 | 11111111 | 11 | 1 | 0 | 0 | 11000101 | 1100100 | 1100011 |
Color Harmonies of #F8FDFF
Complementary color
Monochromatic Colors of #F8FDFF
Black with #F8FDFF
Text Example
Text Example
White with #F8FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FDFF; }
p { color: rgb(248,253,255); }
H1.HeaderClassName
{
color: #F8FDFF;
}
.AnyTagClassName
{
color: #F8FDFF;
}
</style>
background-color css
<style>
a { background-color: #F8FDFF; }
a { background-color: rgb(248,253,255); }
div.DivClassName
{
background-color: #F8FDFF;
}
.BgClassName
{
background-color: #F8FDFF;
}
</style>
border-color css
<style>
span { border-color: #F8FDFF; }
span { border-color: rgb(248,253,255); }
td.TdClassName
{
border-color: #F8FDFF;
}
.TagClassName
{
border-color: #F8FDFF;
}
</style>