#F4FDFD

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

Shades of Azure #F4FDFD

Tints of Azure #F4FDFD

Color information

#F4FDFD (or 0xF4FDFD) is unknown color: approx Azure. HEX triplet: F4, FD and FD. RGB value is (244,253,253). Sum of RGB (Red+Green+Blue) = 244+253+253=750 (99% of max value = 765). Red value is 244 (95.70% from 255 or 32.53% from 750); Green value is 253 (99.22% from 255 or 33.73% from 750); Blue value is 253 (99.22% from 255 or 33.73% from 750); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #F4FDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FDFD is #0B0202. Grayscale: #FAFAFA. Windows color (decimal): -721411 or 16645620. OLE color: 16645620.

HSL color Cylindrical-coordinate representation of color #F4FDFD: hue angle of 180º degrees, saturation: 0.69, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F4FDFD is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244253253-
CMYK0.04000.01
HSL180º69.23%97.45%-
HSV(B)180º3.56%99.22%-
XYZ90.1696.58106.82-
YUV250.31129.52123.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 32.53%
GREEN value IS 253 (99.22% from 255) = 33.73%
BLUE value IS 253 (99.22% from 255) = 33.73%
R=32.53%
G=33.73%
B=33.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442532530.04000.0118069.2397.45
HexF4FDFD4001b44561
Octal3643753754001264105141
Binary1111010011111101111111011000011011010010001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FDFD; }

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

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

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

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

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

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

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

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