Shades of Azure #F2FEFE
Tints of Azure #F2FEFE
RGB
CMYK
RGB Variations
Color information
#F2FEFE (or 0xF2FEFE) is known color: Azure. HEX triplet: F2, FE and FE. RGB value is (242,254,254). Sum of RGB (Red+Green+Blue) = 242+254+254=750 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.27% from 750); Green value is 254 (99.61% from 255 or 33.87% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #F2FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEFE is #0D0101. Grayscale: #FAFAFA. Windows color (decimal): -852226 or 16711410. OLE color: 16711410.
HSL color Cylindrical-coordinate representation of color #F2FEFE: hue angle of 180º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FEFE is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 254 | - |
| CMYK | 0.05 | 0 | 0 | 0.00 |
| HSL | 180º | 0.86% | 0.97% | - |
| HSV(B) | 180º | 0.05% | 1% | - |
| XYZ | 89.95 | 96.92 | 107.73 | - |
| YUV | 250.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 254 | 0.05 | 0 | 0 | 0.00 | 180 | 0.86 | 0.97 |
| Hex | F2 | FE | FE | 5 | 0 | 0 | 0 | B4 | 56 | 61 |
| Octal | 362 | 376 | 376 | 5 | 0 | 0 | 0 | 264 | 126 | 141 |
| Binary | 11110010 | 11111110 | 11111110 | 101 | 0 | 0 | 0 | 10110100 | 1010110 | 1100001 |
Color Harmonies of #F2FEFE
Complementary color
Monochromatic Colors of #F2FEFE
Black with #F2FEFE
Text Example
Text Example
White with #F2FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEFE; }
p { color: rgb(242,254,254); }
H1.HeaderClassName
{
color: #F2FEFE;
}
.AnyTagClassName
{
color: #F2FEFE;
}
</style>
background-color css
<style>
a { background-color: #F2FEFE; }
a { background-color: rgb(242,254,254); }
div.DivClassName
{
background-color: #F2FEFE;
}
.BgClassName
{
background-color: #F2FEFE;
}
</style>
border-color css
<style>
span { border-color: #F2FEFE; }
span { border-color: rgb(242,254,254); }
td.TdClassName
{
border-color: #F2FEFE;
}
.TagClassName
{
border-color: #F2FEFE;
}
</style>