#F5FBFA

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

Shades of Azure #F5FBFA

Tints of Azure #F5FBFA

Color information

#F5FBFA (or 0xF5FBFA) is unknown color: approx Azure. HEX triplet: F5, FB and FA. RGB value is (245,251,250). Sum of RGB (Red+Green+Blue) = 245+251+250=746 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.84% from 746); Green value is 251 (98.44% from 255 or 33.65% from 746); Blue value is 250 (98.05% from 255 or 33.51% from 746); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FBFA is #0A0405. Grayscale: #F9F9F9. Windows color (decimal): -656390 or 16448501. OLE color: 16448501.

HSL color Cylindrical-coordinate representation of color #F5FBFA: hue angle of 170º degrees, saturation: 0.43, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5FBFA is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB245251250-
CMYK0.0200.000.02
HSL170º42.86%97.25%-
HSV(B)170º2.39%98.43%-
XYZ89.4195.31104.13-
YUV249.09128.51125.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.84%
GREEN value IS 251 (98.44% from 255) = 33.65%
BLUE value IS 250 (98.05% from 255) = 33.51%
R=32.84%
G=33.65%
B=33.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452512500.0200.000.0217042.8697.25
HexF5FBFA2002aa2b61
Octal365373372200225253141
Binary111101011111101111111010100010101010101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBFA; }

 p { color: rgb(245,251,250); }

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

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

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

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

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

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

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