#F4FDFE

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

Shades of Azure #F4FDFE

Tints of Azure #F4FDFE

Color information

#F4FDFE (or 0xF4FDFE) is unknown color: approx Azure. HEX triplet: F4, FD and FE. RGB value is (244,253,254). Sum of RGB (Red+Green+Blue) = 244+253+254=751 (99% of max value = 765). Red value is 244 (95.70% from 255 or 32.49% from 751); Green value is 253 (99.22% from 255 or 33.69% from 751); Blue value is 254 (99.61% from 255 or 33.82% from 751); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FDFE is #0B0201. Grayscale: #FAFAFA. Windows color (decimal): -721410 or 16711156. OLE color: 16711156.

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

Color convert

RGB244253254-
CMYK0.040.0000.00
HSL186º83.33%97.65%-
HSV(B)186º3.94%99.61%-
XYZ90.3296.64107.66-
YUV250.42130.02123.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 32.49%
GREEN value IS 253 (99.22% from 255) = 33.69%
BLUE value IS 254 (99.61% from 255) = 33.82%
R=32.49%
G=33.69%
B=33.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442532540.040.0000.0018683.3397.65
HexF4FDFE4000ba5362
Octal3643753764000272123142
Binary1111010011111101111111101000001011101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FDFE; }

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

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

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

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

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

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

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

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