Shades of Alice Blue #F9FBFD
Tints of Alice Blue #F9FBFD
RGB
CMYK
RGB Variations
Color information
#F9FBFD (or 0xF9FBFD) is known color: Alice Blue. HEX triplet: F9, FB and FD. RGB value is (249,251,253). Sum of RGB (Red+Green+Blue) = 249+251+253=753 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.07% from 753); Green value is 251 (98.44% from 255 or 33.33% from 753); Blue value is 253 (99.22% from 255 or 33.60% from 753); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9FBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FBFD is #060402. Grayscale: #FAFAFA. Windows color (decimal): -394243 or 16645113. OLE color: 16645113.
HSL color Cylindrical-coordinate representation of color #F9FBFD: hue angle of 210º degrees, saturation: 0.5, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F9FBFD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 251 | 253 | - |
CMYK | 0.02 | 0.01 | 0 | 0.01 |
HSL | 210º | 0.5% | 0.98% | - |
HSV(B) | 210º | 0.02% | 0.99% | - |
XYZ | 91.29 | 96.23 | 106.69 | - |
YUV | 250.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 251 | 253 | 0.02 | 0.01 | 0 | 0.01 | 210 | 0.5 | 0.98 |
Hex | F9 | FB | FD | 2 | 1 | 0 | 1 | D2 | 32 | 62 |
Octal | 371 | 373 | 375 | 2 | 1 | 0 | 1 | 322 | 62 | 142 |
Binary | 11111001 | 11111011 | 11111101 | 10 | 1 | 0 | 1 | 11010010 | 110010 | 1100010 |
Color Harmonies of #F9FBFD
Complementary color
Monochromatic Colors of #F9FBFD
Black with #F9FBFD
Text Example
Text Example
White with #F9FBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FBFD; }
p { color: rgb(249,251,253); }
H1.HeaderClassName
{
color: #F9FBFD;
}
.AnyTagClassName
{
color: #F9FBFD;
}
</style>
background-color css
<style>
a { background-color: #F9FBFD; }
a { background-color: rgb(249,251,253); }
div.DivClassName
{
background-color: #F9FBFD;
}
.BgClassName
{
background-color: #F9FBFD;
}
</style>
border-color css
<style>
span { border-color: #F9FBFD; }
span { border-color: rgb(249,251,253); }
td.TdClassName
{
border-color: #F9FBFD;
}
.TagClassName
{
border-color: #F9FBFD;
}
</style>