Shades of Azure #F0FDFE
Tints of Azure #F0FDFE
RGB
CMYK
RGB Variations
Color information
#F0FDFE (or 0xF0FDFE) is known color: Azure. HEX triplet: F0, FD and FE. RGB value is (240,253,254). Sum of RGB (Red+Green+Blue) = 240+253+254=747 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.13% from 747); Green value is 253 (99.22% from 255 or 33.87% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDFE is #0F0201. Grayscale: #F9F9F9. Windows color (decimal): -983554 or 16711152. OLE color: 16711152.
HSL color Cylindrical-coordinate representation of color #F0FDFE: hue angle of 184.29º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0FDFE is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 253 | 254 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.00 |
| HSL | 184.29º | 0.88% | 0.97% | - |
| HSV(B) | 184.29º | 0.06% | 1% | - |
| XYZ | 88.95 | 95.93 | 107.59 | - |
| YUV | 249.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 254 | 0.06 | 0.00 | 0 | 0.00 | 184.29 | 0.88 | 0.97 |
| Hex | F0 | FD | FE | 6 | 0 | 0 | 0 | B8 | 58 | 61 |
| Octal | 360 | 375 | 376 | 6 | 0 | 0 | 0 | 270 | 130 | 141 |
| Binary | 11110000 | 11111101 | 11111110 | 110 | 0 | 0 | 0 | 10111000 | 1011000 | 1100001 |
Color Harmonies of #F0FDFE
Complementary color
Monochromatic Colors of #F0FDFE
Black with #F0FDFE
Text Example
Text Example
White with #F0FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDFE; }
p { color: rgb(240,253,254); }
H1.HeaderClassName
{
color: #F0FDFE;
}
.AnyTagClassName
{
color: #F0FDFE;
}
</style>
background-color css
<style>
a { background-color: #F0FDFE; }
a { background-color: rgb(240,253,254); }
div.DivClassName
{
background-color: #F0FDFE;
}
.BgClassName
{
background-color: #F0FDFE;
}
</style>
border-color css
<style>
span { border-color: #F0FDFE; }
span { border-color: rgb(240,253,254); }
td.TdClassName
{
border-color: #F0FDFE;
}
.TagClassName
{
border-color: #F0FDFE;
}
</style>