Shades of Azure #FDFEFE
Tints of Azure #FDFEFE
RGB
CMYK
RGB Variations
Color information
#FDFEFE (or 0xFDFEFE) is known color: Azure. HEX triplet: FD, FE and FE. RGB value is (253,254,254). Sum of RGB (Red+Green+Blue) = 253+254+254=761 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.25% from 761); Green value is 254 (99.61% from 255 or 33.38% from 761); Blue value is 254 (99.61% from 255 or 33.38% from 761); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #FDFEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEFE is #020101. Grayscale: #FDFDFD. Windows color (decimal): -131330 or 16711421. OLE color: 16711421.
HSL color Cylindrical-coordinate representation of color #FDFEFE: hue angle of 180º degrees, saturation: 0.33, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FDFEFE is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 254 | - |
CMYK | 0.00 | 0 | 0 | 0.00 |
HSL | 180º | 0.33% | 0.99% | - |
HSV(B) | 180º | 0% | 1% | - |
XYZ | 93.84 | 98.92 | 107.91 | - |
YUV | 253.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 254 | 0.00 | 0 | 0 | 0.00 | 180 | 0.33 | 0.99 |
Hex | FD | FE | FE | 0 | 0 | 0 | 0 | B4 | 21 | 63 |
Octal | 375 | 376 | 376 | 0 | 0 | 0 | 0 | 264 | 41 | 143 |
Binary | 11111101 | 11111110 | 11111110 | 0 | 0 | 0 | 0 | 10110100 | 100001 | 1100011 |
Color Harmonies of #FDFEFE
Complementary color
Monochromatic Colors of #FDFEFE
Black with #FDFEFE
Text Example
Text Example
White with #FDFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEFE; }
p { color: rgb(253,254,254); }
H1.HeaderClassName
{
color: #FDFEFE;
}
.AnyTagClassName
{
color: #FDFEFE;
}
</style>
background-color css
<style>
a { background-color: #FDFEFE; }
a { background-color: rgb(253,254,254); }
div.DivClassName
{
background-color: #FDFEFE;
}
.BgClassName
{
background-color: #FDFEFE;
}
</style>
border-color css
<style>
span { border-color: #FDFEFE; }
span { border-color: rgb(253,254,254); }
td.TdClassName
{
border-color: #FDFEFE;
}
.TagClassName
{
border-color: #FDFEFE;
}
</style>