#F4FCFC

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

Shades of Azure #F4FCFC

Tints of Azure #F4FCFC

Color information

#F4FCFC (or 0xF4FCFC) is unknown color: approx Azure. HEX triplet: F4, FC and FC. RGB value is (244,252,252). Sum of RGB (Red+Green+Blue) = 244+252+252=748 (99% of max value = 765). Red value is 244 (95.70% from 255 or 32.62% from 748); Green value is 252 (98.83% from 255 or 33.69% from 748); Blue value is 252 (98.83% from 255 or 33.69% from 748); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F4FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FCFC is #0B0303. Grayscale: #F9F9F9. Windows color (decimal): -721668 or 16579828. OLE color: 16579828.

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

Color convert

RGB244252252-
CMYK0.03000.01
HSL180º57.14%97.25%-
HSV(B)180º3.17%98.82%-
XYZ89.6995.88105.88-
YUV249.61129.35124-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 32.62%
GREEN value IS 252 (98.83% from 255) = 33.69%
BLUE value IS 252 (98.83% from 255) = 33.69%
R=32.62%
G=33.69%
B=33.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442522520.03000.0118057.1497.25
HexF4FCFC3001b43961
Octal364374374300126471141
Binary11110100111111001111110011001101101001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FCFC; }

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

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

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

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

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

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

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

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