#F1FBFB

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

Shades of Azure #F1FBFB

Tints of Azure #F1FBFB

Color information

#F1FBFB (or 0xF1FBFB) is unknown color: approx Azure. HEX triplet: F1, FB and FB. RGB value is (241,251,251). Sum of RGB (Red+Green+Blue) = 241+251+251=743 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.44% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 251 (98.44% from 255 or 33.78% from 743); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #F1FBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FBFB is #0E0404. Grayscale: #F8F8F8. Windows color (decimal): -918533 or 16514033. OLE color: 16514033.

HSL color Cylindrical-coordinate representation of color #F1FBFB: hue angle of 180º 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 #F1FBFB is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241251251-
CMYK0.04000.02
HSL180º55.56%96.47%-
HSV(B)180º3.98%98.43%-
XYZ88.1994.66104.89-
YUV248.01129.69123-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.44%
GREEN value IS 251 (98.44% from 255) = 33.78%
BLUE value IS 251 (98.44% from 255) = 33.78%
R=32.44%
G=33.78%
B=33.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412512510.04000.0218055.5696.47
HexF1FBFB4002b43860
Octal361373373400226470140
Binary1111000111111011111110111000010101101001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBFB; }

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

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

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

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

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

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

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

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