Shades of Alice Blue #F0FAFD
Tints of Alice Blue #F0FAFD
RGB
CMYK
RGB Variations
Color information
#F0FAFD (or 0xF0FAFD) is known color: Alice Blue. HEX triplet: F0, FA and FD. RGB value is (240,250,253). Sum of RGB (Red+Green+Blue) = 240+250+253=743 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.30% from 743); Green value is 250 (98.05% from 255 or 33.65% 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 #F0FAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAFD is #0F0502. Grayscale: #F7F7F7. Windows color (decimal): -984323 or 16644848. OLE color: 16644848.
HSL color Cylindrical-coordinate representation of color #F0FAFD: hue angle of 193.85º degrees, saturation: 0.76, 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 #F0FAFD is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 250 | 253 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.01 |
| HSL | 193.85º | 0.76% | 0.97% | - |
| HSV(B) | 193.85º | 0.05% | 0.99% | - |
| XYZ | 87.85 | 93.99 | 106.44 | - |
| YUV | 247.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 253 | 0.05 | 0.01 | 0 | 0.01 | 193.85 | 0.76 | 0.97 |
| Hex | F0 | FA | FD | 5 | 1 | 0 | 1 | C2 | 4C | 61 |
| Octal | 360 | 372 | 375 | 5 | 1 | 0 | 1 | 302 | 114 | 141 |
| Binary | 11110000 | 11111010 | 11111101 | 101 | 1 | 0 | 1 | 11000010 | 1001100 | 1100001 |
Color Harmonies of #F0FAFD
Complementary color
Monochromatic Colors of #F0FAFD
Black with #F0FAFD
Text Example
Text Example
White with #F0FAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAFD; }
p { color: rgb(240,250,253); }
H1.HeaderClassName
{
color: #F0FAFD;
}
.AnyTagClassName
{
color: #F0FAFD;
}
</style>
background-color css
<style>
a { background-color: #F0FAFD; }
a { background-color: rgb(240,250,253); }
div.DivClassName
{
background-color: #F0FAFD;
}
.BgClassName
{
background-color: #F0FAFD;
}
</style>
border-color css
<style>
span { border-color: #F0FAFD; }
span { border-color: rgb(240,250,253); }
td.TdClassName
{
border-color: #F0FAFD;
}
.TagClassName
{
border-color: #F0FAFD;
}
</style>