#F6FEFD

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

Shades of Azure #F6FEFD

Tints of Azure #F6FEFD

Color information

#F6FEFD (or 0xF6FEFD) is unknown color: approx Azure. HEX triplet: F6, FE and FD. RGB value is (246,254,253). Sum of RGB (Red+Green+Blue) = 246+254+253=753 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.67% from 753); Green value is 254 (99.61% from 255 or 33.73% from 753); Blue value is 253 (99.22% from 255 or 33.60% from 753); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FEFD is #090102. Grayscale: #FBFBFB. Windows color (decimal): -590083 or 16645878. OLE color: 16645878.

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

Color convert

RGB246254253-
CMYK0.0300.000.00
HSL172.5º80%98.04%-
HSV(B)172.5º3.15%99.61%-
XYZ91.1897.57106.96-
YUV251.49128.85124.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 32.67%
GREEN value IS 254 (99.61% from 255) = 33.73%
BLUE value IS 253 (99.22% from 255) = 33.60%
R=32.67%
G=33.73%
B=33.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462542530.0300.000.00172.58098.04
HexF6FEFD3000ac5062
Octal3663763753000254120142
Binary111101101111111011111101110001010110010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FEFD; }

 p { color: rgb(246,254,253); }

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

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

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

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

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

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

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