#F5FAFA

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

Shades of Azure #F5FAFA

Tints of Azure #F5FAFA

Color information

#F5FAFA (or 0xF5FAFA) is unknown color: approx Azure. HEX triplet: F5, FA and FA. RGB value is (245,250,250). Sum of RGB (Red+Green+Blue) = 245+250+250=745 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.89% from 745); Green value is 250 (98.05% from 255 or 33.56% from 745); Blue value is 250 (98.05% from 255 or 33.56% from 745); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #F5FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FAFA is #0A0505. Grayscale: #F8F8F8. Windows color (decimal): -656646 or 16448245. OLE color: 16448245.

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

Color convert

RGB245250250-
CMYK0.02000.02
HSL180º33.33%97.06%-
HSV(B)180º2%98.04%-
XYZ89.194.69104.02-
YUV248.5128.84125.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.89%
GREEN value IS 250 (98.05% from 255) = 33.56%
BLUE value IS 250 (98.05% from 255) = 33.56%
R=32.89%
G=33.56%
B=33.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452502500.02000.0218033.3397.06
HexF5FAFA2002b42161
Octal365372372200226441141
Binary111101011111101011111010100010101101001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAFA; }

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

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

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

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

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

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

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

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