#F5FDFC

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

Shades of Azure #F5FDFC

Tints of Azure #F5FDFC

Color information

#F5FDFC (or 0xF5FDFC) is unknown color: approx Azure. HEX triplet: F5, FD and FC. RGB value is (245,253,252). Sum of RGB (Red+Green+Blue) = 245+253+252=750 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.67% from 750); Green value is 253 (99.22% from 255 or 33.73% from 750); Blue value is 252 (98.83% from 255 or 33.6% from 750); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDFC is #0A0203. Grayscale: #FAFAFA. Windows color (decimal): -655876 or 16580085. OLE color: 16580085.

HSL color Cylindrical-coordinate representation of color #F5FDFC: hue angle of 172.5º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5FDFC is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB245253252-
CMYK0.0300.000.01
HSL172.5º66.67%97.65%-
HSV(B)172.5º3.16%99.22%-
XYZ90.3596.69106-
YUV250.49128.85124.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.67%
GREEN value IS 253 (99.22% from 255) = 33.73%
BLUE value IS 252 (98.83% from 255) = 33.6%
R=32.67%
G=33.73%
B=33.6%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452532520.0300.000.01172.566.6797.65
HexF5FDFC3001ac4362
Octal3653753743001254103142
Binary111101011111110111111100110011010110010000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDFC; }

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

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

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

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

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

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

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

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