#F2FBFC

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

Shades of Azure #F2FBFC

Tints of Azure #F2FBFC

Color information

#F2FBFC (or 0xF2FBFC) is unknown color: approx Azure. HEX triplet: F2, FB and FC. RGB value is (242,251,252). Sum of RGB (Red+Green+Blue) = 242+251+252=745 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.48% from 745); Green value is 251 (98.44% from 255 or 33.69% from 745); Blue value is 252 (98.83% from 255 or 33.83% from 745); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2FBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FBFC is #0D0403. Grayscale: #F8F8F8. Windows color (decimal): -852996 or 16579570. OLE color: 16579570.

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

Color convert

RGB242251252-
CMYK0.040.0000.01
HSL186º62.5%96.86%-
HSV(B)186º3.97%98.82%-
XYZ88.6994.9105.74-
YUV248.42130.02123.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.48%
GREEN value IS 251 (98.44% from 255) = 33.69%
BLUE value IS 252 (98.83% from 255) = 33.83%
R=32.48%
G=33.69%
B=33.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422512520.040.0000.0118662.596.86
HexF2FBFC4001ba3e61
Octal362373374400127276141
Binary111100101111101111111100100001101110101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FBFC; }

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

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

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

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

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

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

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

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