Shades of Azure #F7FEFE
Tints of Azure #F7FEFE
RGB
CMYK
RGB Variations
Color information
#F7FEFE (or 0xF7FEFE) is known color: Azure. HEX triplet: F7, FE and FE. RGB value is (247,254,254). Sum of RGB (Red+Green+Blue) = 247+254+254=755 (100% of max value = 765). Red value is 247 (96.88% from 255 or 32.72% from 755); Green value is 254 (99.61% from 255 or 33.64% from 755); Blue value is 254 (99.61% from 255 or 33.64% from 755); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #F7FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FEFE is #080101. Grayscale: #FBFBFB. Windows color (decimal): -524546 or 16711415. OLE color: 16711415.
HSL color Cylindrical-coordinate representation of color #F7FEFE: hue angle of 180º degrees, saturation: 0.78, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F7FEFE is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 254 | 254 | - |
| CMYK | 0.03 | 0 | 0 | 0.00 |
| HSL | 180º | 0.78% | 0.98% | - |
| HSV(B) | 180º | 0.03% | 1% | - |
| XYZ | 91.69 | 97.81 | 107.81 | - |
| YUV | 251.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 254 | 254 | 0.03 | 0 | 0 | 0.00 | 180 | 0.78 | 0.98 |
| Hex | F7 | FE | FE | 3 | 0 | 0 | 0 | B4 | 4E | 62 |
| Octal | 367 | 376 | 376 | 3 | 0 | 0 | 0 | 264 | 116 | 142 |
| Binary | 11110111 | 11111110 | 11111110 | 11 | 0 | 0 | 0 | 10110100 | 1001110 | 1100010 |
Color Harmonies of #F7FEFE
Complementary color
Monochromatic Colors of #F7FEFE
Black with #F7FEFE
Text Example
Text Example
White with #F7FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FEFE; }
p { color: rgb(247,254,254); }
H1.HeaderClassName
{
color: #F7FEFE;
}
.AnyTagClassName
{
color: #F7FEFE;
}
</style>
background-color css
<style>
a { background-color: #F7FEFE; }
a { background-color: rgb(247,254,254); }
div.DivClassName
{
background-color: #F7FEFE;
}
.BgClassName
{
background-color: #F7FEFE;
}
</style>
border-color css
<style>
span { border-color: #F7FEFE; }
span { border-color: rgb(247,254,254); }
td.TdClassName
{
border-color: #F7FEFE;
}
.TagClassName
{
border-color: #F7FEFE;
}
</style>