#F1FBFA

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

Shades of Azure #F1FBFA

Tints of Azure #F1FBFA

Color information

#F1FBFA (or 0xF1FBFA) is unknown color: approx Azure. HEX triplet: F1, FB and FA. RGB value is (241,251,250). Sum of RGB (Red+Green+Blue) = 241+251+250=742 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.48% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FBFA is #0E0405. Grayscale: #F7F7F7. Windows color (decimal): -918534 or 16448497. OLE color: 16448497.

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

Color convert

RGB241251250-
CMYK0.0400.000.02
HSL174º55.56%96.47%-
HSV(B)174º3.98%98.43%-
XYZ88.0394.6104.06-
YUV247.9129.19123.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.48%
GREEN value IS 251 (98.44% from 255) = 33.83%
BLUE value IS 250 (98.05% from 255) = 33.69%
R=32.48%
G=33.83%
B=33.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412512500.0400.000.0217455.5696.47
HexF1FBFA4002ae3860
Octal361373372400225670140
Binary1111000111111011111110101000010101011101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBFA; }

 p { color: rgb(241,251,250); }

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

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

 a { background-color: rgb(241,251,250); }

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

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

 span { border-color: rgb(241,251,250); }

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