#FCFEFE

Color #FCFEFE Azure (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azure #FCFEFE

Tints of Azure #FCFEFE

Color information

#FCFEFE (or 0xFCFEFE) is unknown color: approx 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

RGB252254254-
CMYK0.01000.00
HSL180º50%99.22%-
HSV(B)180º0.79%99.61%-
XYZ93.4898.73107.9-
YUV253.4128.34127-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 33.16%
GREEN value IS 254 (99.61% from 255) = 33.42%
BLUE value IS 254 (99.61% from 255) = 33.42%
R=33.16%
G=33.42%
B=33.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542540.01000.001805099.22
HexFCFEFE1000b43263
Octal374376376100026462143
Binary1111110011111110111111101000101101001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>