Shades of Alice Blue #F1F9FD
Tints of Alice Blue #F1F9FD
RGB
CMYK
RGB Variations
Color information
#F1F9FD (or 0xF1F9FD) is known color: Alice Blue. HEX triplet: F1, F9 and FD. RGB value is (241,249,253). Sum of RGB (Red+Green+Blue) = 241+249+253=743 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.44% from 743); Green value is 249 (97.66% from 255 or 33.51% from 743); Blue value is 253 (99.22% from 255 or 34.05% from 743); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1F9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F9FD is #0E0602. Grayscale: #F7F7F7. Windows color (decimal): -919043 or 16644593. OLE color: 16644593.
HSL color Cylindrical-coordinate representation of color #F1F9FD: hue angle of 200º degrees, saturation: 0.75, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1F9FD is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 249 | 253 | - |
CMYK | 0.05 | 0.02 | 0 | 0.01 |
HSL | 200º | 0.75% | 0.97% | - |
HSV(B) | 200º | 0.05% | 0.99% | - |
XYZ | 87.88 | 93.54 | 106.35 | - |
YUV | 247.06 | 131.35 | 123.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 249 | 253 | 0.05 | 0.02 | 0 | 0.01 | 200 | 0.75 | 0.97 |
Hex | F1 | F9 | FD | 5 | 2 | 0 | 1 | C8 | 4B | 61 |
Octal | 361 | 371 | 375 | 5 | 2 | 0 | 1 | 310 | 113 | 141 |
Binary | 11110001 | 11111001 | 11111101 | 101 | 10 | 0 | 1 | 11001000 | 1001011 | 1100001 |
Color Harmonies of #F1F9FD
Complementary color
Monochromatic Colors of #F1F9FD
Black with #F1F9FD
Text Example
Text Example
White with #F1F9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F9FD; }
p { color: rgb(241,249,253); }
H1.HeaderClassName
{
color: #F1F9FD;
}
.AnyTagClassName
{
color: #F1F9FD;
}
</style>
background-color css
<style>
a { background-color: #F1F9FD; }
a { background-color: rgb(241,249,253); }
div.DivClassName
{
background-color: #F1F9FD;
}
.BgClassName
{
background-color: #F1F9FD;
}
</style>
border-color css
<style>
span { border-color: #F1F9FD; }
span { border-color: rgb(241,249,253); }
td.TdClassName
{
border-color: #F1F9FD;
}
.TagClassName
{
border-color: #F1F9FD;
}
</style>