#F5FEFE

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

Shades of Azure #F5FEFE

Tints of Azure #F5FEFE

Color information

#F5FEFE (or 0xF5FEFE) is unknown color: approx Azure. HEX triplet: F5, FE and FE. RGB value is (245,254,254). Sum of RGB (Red+Green+Blue) = 245+254+254=753 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.54% from 753); Green value is 254 (99.61% from 255 or 33.73% from 753); Blue value is 254 (99.61% from 255 or 33.73% from 753); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #F5FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEFE is #0A0101. Grayscale: #FBFBFB. Windows color (decimal): -655618 or 16711413. OLE color: 16711413.

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

Color convert

RGB245254254-
CMYK0.04000.00
HSL180º81.82%97.84%-
HSV(B)180º3.54%99.61%-
XYZ90.9997.45107.78-
YUV251.31129.52123.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.54%
GREEN value IS 254 (99.61% from 255) = 33.73%
BLUE value IS 254 (99.61% from 255) = 33.73%
R=32.54%
G=33.73%
B=33.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452542540.04000.0018081.8297.84
HexF5FEFE4000b45262
Octal3653763764000264122142
Binary1111010111111110111111101000001011010010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEFE; }

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

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

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

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

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

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

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

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