Shades of Alice Blue #F9FDFF
Tints of Alice Blue #F9FDFF
RGB
CMYK
RGB Variations
Color information
#F9FDFF (or 0xF9FDFF) is known color: Alice Blue. HEX triplet: F9, FD and FF. RGB value is (249,253,255). Sum of RGB (Red+Green+Blue) = 249+253+255=757 (100% of max value = 765). Red value is 249 (97.66% from 255 or 32.89% from 757); Green value is 253 (99.22% from 255 or 33.42% from 757); Blue value is 255 (100% from 255 or 33.69% from 757); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FDFF is #060200. Grayscale: #FCFCFC. Windows color (decimal): -393729 or 16776697. OLE color: 16776697.
HSL color Cylindrical-coordinate representation of color #F9FDFF: hue angle of 200º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F9FDFF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 249 | 253 | 255 | - |
CMYK | 0.02 | 0.01 | 0 | 0 |
HSL | 200º | 1% | 0.99% | - |
HSV(B) | 200º | 0.02% | 1% | - |
XYZ | 92.24 | 97.61 | 108.59 | - |
YUV | 252.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 253 | 255 | 0.02 | 0.01 | 0 | 0 | 200 | 1 | 0.99 |
Hex | F9 | FD | FF | 2 | 1 | 0 | 0 | C8 | 64 | 63 |
Octal | 371 | 375 | 377 | 2 | 1 | 0 | 0 | 310 | 144 | 143 |
Binary | 11111001 | 11111101 | 11111111 | 10 | 1 | 0 | 0 | 11001000 | 1100100 | 1100011 |
Color Harmonies of #F9FDFF
Complementary color
Monochromatic Colors of #F9FDFF
Black with #F9FDFF
Text Example
Text Example
White with #F9FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FDFF; }
p { color: rgb(249,253,255); }
H1.HeaderClassName
{
color: #F9FDFF;
}
.AnyTagClassName
{
color: #F9FDFF;
}
</style>
background-color css
<style>
a { background-color: #F9FDFF; }
a { background-color: rgb(249,253,255); }
div.DivClassName
{
background-color: #F9FDFF;
}
.BgClassName
{
background-color: #F9FDFF;
}
</style>
border-color css
<style>
span { border-color: #F9FDFF; }
span { border-color: rgb(249,253,255); }
td.TdClassName
{
border-color: #F9FDFF;
}
.TagClassName
{
border-color: #F9FDFF;
}
</style>