Shades of Alice Blue #F5FAFD
Tints of Alice Blue #F5FAFD
RGB
CMYK
RGB Variations
Color information
#F5FAFD (or 0xF5FAFD) is known color: Alice Blue. HEX triplet: F5, FA and FD. RGB value is (245,250,253). Sum of RGB (Red+Green+Blue) = 245+250+253=748 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.75% from 748); Green value is 250 (98.05% from 255 or 33.42% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5FAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FAFD is #0A0502. Grayscale: #F8F8F8. Windows color (decimal): -656643 or 16644853. OLE color: 16644853.
HSL color Cylindrical-coordinate representation of color #F5FAFD: hue angle of 202.5º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5FAFD is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 250 | 253 | - |
CMYK | 0.03 | 0.01 | 0 | 0.01 |
HSL | 202.5º | 0.67% | 0.98% | - |
HSV(B) | 202.5º | 0.03% | 0.99% | - |
XYZ | 89.57 | 94.88 | 106.52 | - |
YUV | 248.85 | 130.34 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 250 | 253 | 0.03 | 0.01 | 0 | 0.01 | 202.5 | 0.67 | 0.98 |
Hex | F5 | FA | FD | 3 | 1 | 0 | 1 | CA | 43 | 62 |
Octal | 365 | 372 | 375 | 3 | 1 | 0 | 1 | 312 | 103 | 142 |
Binary | 11110101 | 11111010 | 11111101 | 11 | 1 | 0 | 1 | 11001010 | 1000011 | 1100010 |
Color Harmonies of #F5FAFD
Complementary color
Monochromatic Colors of #F5FAFD
Black with #F5FAFD
Text Example
Text Example
White with #F5FAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FAFD; }
p { color: rgb(245,250,253); }
H1.HeaderClassName
{
color: #F5FAFD;
}
.AnyTagClassName
{
color: #F5FAFD;
}
</style>
background-color css
<style>
a { background-color: #F5FAFD; }
a { background-color: rgb(245,250,253); }
div.DivClassName
{
background-color: #F5FAFD;
}
.BgClassName
{
background-color: #F5FAFD;
}
</style>
border-color css
<style>
span { border-color: #F5FAFD; }
span { border-color: rgb(245,250,253); }
td.TdClassName
{
border-color: #F5FAFD;
}
.TagClassName
{
border-color: #F5FAFD;
}
</style>