Shades of Azure #FEFFFF
Tints of Azure #FEFFFF
RGB
CMYK
RGB Variations
Color information
#FEFFFF (or 0xFEFFFF) is known color: Azure. HEX triplet: FE, FF and FF. RGB value is (254,255,255). Sum of RGB (Red+Green+Blue) = 254+255+255=764 (101% of max value = 765). Red value is 254 (99.61% from 255 or 33.25% from 764); Green value is 255 (100% from 255 or 33.38% from 764); Blue value is 255 (100% from 255 or 33.38% from 764); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #FEFFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFFF is #010000. Grayscale: #FEFEFE. Windows color (decimal): -65537 or 16777214. OLE color: 16777214.
HSL color Cylindrical-coordinate representation of color #FEFFFF: hue angle of 180º degrees, saturation: 1, lightness: 1%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FEFFFF is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 255 | - |
| CMYK | 0.00 | 0 | 0 | 0 |
| HSL | 180º | 1% | 1% | - |
| HSV(B) | 180º | 0% | 1% | - |
| XYZ | 94.68 | 99.81 | 108.88 | - |
| YUV | 254.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 255 | 0.00 | 0 | 0 | 0 | 180 | 1 | 1 |
| Hex | FE | FF | FF | 0 | 0 | 0 | 0 | B4 | 64 | 64 |
| Octal | 376 | 377 | 377 | 0 | 0 | 0 | 0 | 264 | 144 | 144 |
| Binary | 11111110 | 11111111 | 11111111 | 0 | 0 | 0 | 0 | 10110100 | 1100100 | 1100100 |
Color Harmonies of #FEFFFF
Complementary color
Monochromatic Colors of #FEFFFF
Black with #FEFFFF
Text Example
Text Example
White with #FEFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFFF; }
p { color: rgb(254,255,255); }
H1.HeaderClassName
{
color: #FEFFFF;
}
.AnyTagClassName
{
color: #FEFFFF;
}
</style>
background-color css
<style>
a { background-color: #FEFFFF; }
a { background-color: rgb(254,255,255); }
div.DivClassName
{
background-color: #FEFFFF;
}
.BgClassName
{
background-color: #FEFFFF;
}
</style>
border-color css
<style>
span { border-color: #FEFFFF; }
span { border-color: rgb(254,255,255); }
td.TdClassName
{
border-color: #FEFFFF;
}
.TagClassName
{
border-color: #FEFFFF;
}
</style>