#F5FCFE

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

Shades of Azure #F5FCFE

Tints of Azure #F5FCFE

Color information

#F5FCFE (or 0xF5FCFE) is unknown color: approx Azure. HEX triplet: F5, FC and FE. RGB value is (245,252,254). Sum of RGB (Red+Green+Blue) = 245+252+254=751 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.62% from 751); Green value is 252 (98.83% from 255 or 33.56% from 751); Blue value is 254 (99.61% from 255 or 33.82% from 751); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCFE is #0A0301. Grayscale: #FAFAFA. Windows color (decimal): -656130 or 16710901. OLE color: 16710901.

HSL color Cylindrical-coordinate representation of color #F5FCFE: hue angle of 193.33º 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 #F5FCFE is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB245252254-
CMYK0.040.0100.00
HSL193.33º81.82%97.84%-
HSV(B)193.33º3.54%99.61%-
XYZ90.3696.19107.57-
YUV250.13130.18124.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.62%
GREEN value IS 252 (98.83% from 255) = 33.56%
BLUE value IS 254 (99.61% from 255) = 33.82%
R=32.62%
G=33.56%
B=33.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452522540.040.0100.00193.3381.8297.84
HexF5FCFE4100c15262
Octal3653743764100301122142
Binary1111010111111100111111101001001100000110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCFE; }

 p { color: rgb(245,252,254); }

 H1.HeaderClassName
 {
   color: #F5FCFE;
 }
 .AnyTagClassName
 {
   color: #F5FCFE;
 }
</style>
background-color css

<style>
 a { background-color: #F5FCFE; }

 a { background-color: rgb(245,252,254); }

 div.DivClassName
 {
   background-color: #F5FCFE;
 }
 .BgClassName
 {
   background-color: #F5FCFE;
 }
</style>
border-color css

<style>
 span { border-color: #F5FCFE; }

 span { border-color: rgb(245,252,254); }

 td.TdClassName
 {
   border-color: #F5FCFE;
 }
 .TagClassName
 {
   border-color: #F5FCFE;
 }
</style>