#F5FAFB

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

Shades of Azure #F5FAFB

Tints of Azure #F5FAFB

Color information

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

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

Color convert

RGB245250251-
CMYK0.020.0000.02
HSL190º42.86%97.25%-
HSV(B)190º2.39%98.43%-
XYZ89.2594.75104.85-
YUV248.62129.34125.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452502510.020.0000.0219042.8697.25
HexF5FAFB2002be2b61
Octal365372373200227653141
Binary111101011111101011111011100010101111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAFB; }

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

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

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

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

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

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

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

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