Shades of Azure #FCFEFE
Tints of Azure #FCFEFE
RGB
CMYK
RGB Variations
Color information
#FCFEFE (or 0xFCFEFE) is known color: Azure. HEX triplet: FC, FE and FE. RGB value is (252,254,254). Sum of RGB (Red+Green+Blue) = 252+254+254=760 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.16% from 760); Green value is 254 (99.61% from 255 or 33.42% from 760); Blue value is 254 (99.61% from 255 or 33.42% from 760); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #FCFEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEFE is #030101. Grayscale: #FDFDFD. Windows color (decimal): -196866 or 16711420. OLE color: 16711420.
HSL color Cylindrical-coordinate representation of color #FCFEFE: hue angle of 180º degrees, saturation: 0.5, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFEFE is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 254 | - |
CMYK | 0.01 | 0 | 0 | 0.00 |
HSL | 180º | 0.5% | 0.99% | - |
HSV(B) | 180º | 0.01% | 1% | - |
XYZ | 93.48 | 98.73 | 107.9 | - |
YUV | 253.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 254 | 0.01 | 0 | 0 | 0.00 | 180 | 0.5 | 0.99 |
Hex | FC | FE | FE | 1 | 0 | 0 | 0 | B4 | 32 | 63 |
Octal | 374 | 376 | 376 | 1 | 0 | 0 | 0 | 264 | 62 | 143 |
Binary | 11111100 | 11111110 | 11111110 | 1 | 0 | 0 | 0 | 10110100 | 110010 | 1100011 |
Color Harmonies of #FCFEFE
Complementary color
Monochromatic Colors of #FCFEFE
Black with #FCFEFE
Text Example
Text Example
White with #FCFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEFE; }
p { color: rgb(252,254,254); }
H1.HeaderClassName
{
color: #FCFEFE;
}
.AnyTagClassName
{
color: #FCFEFE;
}
</style>
background-color css
<style>
a { background-color: #FCFEFE; }
a { background-color: rgb(252,254,254); }
div.DivClassName
{
background-color: #FCFEFE;
}
.BgClassName
{
background-color: #FCFEFE;
}
</style>
border-color css
<style>
span { border-color: #FCFEFE; }
span { border-color: rgb(252,254,254); }
td.TdClassName
{
border-color: #FCFEFE;
}
.TagClassName
{
border-color: #FCFEFE;
}
</style>