#F4FBFC

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

Shades of Azure #F4FBFC

Tints of Azure #F4FBFC

Color information

#F4FBFC (or 0xF4FBFC) is unknown color: approx Azure. HEX triplet: F4, FB and FC. RGB value is (244,251,252). Sum of RGB (Red+Green+Blue) = 244+251+252=747 (98% of max value = 765). Red value is 244 (95.70% from 255 or 32.66% from 747); Green value is 251 (98.44% from 255 or 33.60% from 747); Blue value is 252 (98.83% from 255 or 33.73% from 747); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4FBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FBFC is #0B0403. Grayscale: #F9F9F9. Windows color (decimal): -721924 or 16579572. OLE color: 16579572.

HSL color Cylindrical-coordinate representation of color #F4FBFC: hue angle of 187.5º 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 #F4FBFC is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244251252-
CMYK0.030.0000.01
HSL187.5º57.14%97.25%-
HSV(B)187.5º3.17%98.82%-
XYZ89.3895.26105.77-
YUV249.02129.68124.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 32.66%
GREEN value IS 251 (98.44% from 255) = 33.60%
BLUE value IS 252 (98.83% from 255) = 33.73%
R=32.66%
G=33.60%
B=33.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442512520.030.0000.01187.557.1497.25
HexF4FBFC3001bc3961
Octal364373374300127471141
Binary11110100111110111111110011001101111001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FBFC; }

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

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

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

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

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

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

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

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