Shades of Azure #F0FEFE
Tints of Azure #F0FEFE
RGB
CMYK
RGB Variations
Color information
#F0FEFE (or 0xF0FEFE) is known color: Azure. HEX triplet: F0, FE and FE. RGB value is (240,254,254). Sum of RGB (Red+Green+Blue) = 240+254+254=748 (99% of max value = 765). Red value is 240 (94.14% from 255 or 32.09% from 748); Green value is 254 (99.61% from 255 or 33.96% from 748); Blue value is 254 (99.61% from 255 or 33.96% from 748); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #F0FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FEFE is #0F0101. Grayscale: #F9F9F9. Windows color (decimal): -983298 or 16711408. OLE color: 16711408.
HSL color Cylindrical-coordinate representation of color #F0FEFE: hue angle of 180º 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 #F0FEFE is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 254 | - |
| CMYK | 0.06 | 0 | 0 | 0.00 |
| HSL | 180º | 0.88% | 0.97% | - |
| HSV(B) | 180º | 0.06% | 1% | - |
| XYZ | 89.27 | 96.56 | 107.7 | - |
| YUV | 249.81 | 130.36 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 254 | 0.06 | 0 | 0 | 0.00 | 180 | 0.88 | 0.97 |
| Hex | F0 | FE | FE | 6 | 0 | 0 | 0 | B4 | 58 | 61 |
| Octal | 360 | 376 | 376 | 6 | 0 | 0 | 0 | 264 | 130 | 141 |
| Binary | 11110000 | 11111110 | 11111110 | 110 | 0 | 0 | 0 | 10110100 | 1011000 | 1100001 |
Color Harmonies of #F0FEFE
Complementary color
Monochromatic Colors of #F0FEFE
Black with #F0FEFE
Text Example
Text Example
White with #F0FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEFE; }
p { color: rgb(240,254,254); }
H1.HeaderClassName
{
color: #F0FEFE;
}
.AnyTagClassName
{
color: #F0FEFE;
}
</style>
background-color css
<style>
a { background-color: #F0FEFE; }
a { background-color: rgb(240,254,254); }
div.DivClassName
{
background-color: #F0FEFE;
}
.BgClassName
{
background-color: #F0FEFE;
}
</style>
border-color css
<style>
span { border-color: #F0FEFE; }
span { border-color: rgb(240,254,254); }
td.TdClassName
{
border-color: #F0FEFE;
}
.TagClassName
{
border-color: #F0FEFE;
}
</style>