Shades of Azure #F5FEFE
Tints of Azure #F5FEFE
RGB
CMYK
RGB Variations
Color information
#F5FEFE (or 0xF5FEFE) is known color: Azure. HEX triplet: F5, FE and FE. RGB value is (245,254,254). Sum of RGB (Red+Green+Blue) = 245+254+254=753 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.54% from 753); Green value is 254 (99.61% from 255 or 33.73% from 753); Blue value is 254 (99.61% from 255 or 33.73% from 753); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #F5FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEFE is #0A0101. Grayscale: #FBFBFB. Windows color (decimal): -655618 or 16711413. OLE color: 16711413.
HSL color Cylindrical-coordinate representation of color #F5FEFE: hue angle of 180º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FEFE is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 254 | - |
| CMYK | 0.04 | 0 | 0 | 0.00 |
| HSL | 180º | 0.82% | 0.98% | - |
| HSV(B) | 180º | 0.04% | 1% | - |
| XYZ | 90.99 | 97.45 | 107.78 | - |
| YUV | 251.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 254 | 0.04 | 0 | 0 | 0.00 | 180 | 0.82 | 0.98 |
| Hex | F5 | FE | FE | 4 | 0 | 0 | 0 | B4 | 52 | 62 |
| Octal | 365 | 376 | 376 | 4 | 0 | 0 | 0 | 264 | 122 | 142 |
| Binary | 11110101 | 11111110 | 11111110 | 100 | 0 | 0 | 0 | 10110100 | 1010010 | 1100010 |
Color Harmonies of #F5FEFE
Complementary color
Monochromatic Colors of #F5FEFE
Black with #F5FEFE
Text Example
Text Example
White with #F5FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEFE; }
p { color: rgb(245,254,254); }
H1.HeaderClassName
{
color: #F5FEFE;
}
.AnyTagClassName
{
color: #F5FEFE;
}
</style>
background-color css
<style>
a { background-color: #F5FEFE; }
a { background-color: rgb(245,254,254); }
div.DivClassName
{
background-color: #F5FEFE;
}
.BgClassName
{
background-color: #F5FEFE;
}
</style>
border-color css
<style>
span { border-color: #F5FEFE; }
span { border-color: rgb(245,254,254); }
td.TdClassName
{
border-color: #F5FEFE;
}
.TagClassName
{
border-color: #F5FEFE;
}
</style>