#F3FBFB

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

Shades of Azure #F3FBFB

Tints of Azure #F3FBFB

Color information

#F3FBFB (or 0xF3FBFB) is unknown color: approx Azure. HEX triplet: F3, FB and FB. RGB value is (243,251,251). Sum of RGB (Red+Green+Blue) = 243+251+251=745 (98% of max value = 765). Red value is 243 (95.31% from 255 or 32.62% from 745); Green value is 251 (98.44% from 255 or 33.69% from 745); Blue value is 251 (98.44% from 255 or 33.69% from 745); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #F3FBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3FBFB is #0C0404. Grayscale: #F8F8F8. Windows color (decimal): -787461 or 16514035. OLE color: 16514035.

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

Color convert

RGB243251251-
CMYK0.03000.02
HSL180º50%96.86%-
HSV(B)180º3.19%98.43%-
XYZ88.8795.01104.92-
YUV248.61129.35124-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 32.62%
GREEN value IS 251 (98.44% from 255) = 33.69%
BLUE value IS 251 (98.44% 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.02
SystemRedGreenBlueCMYKHSL
Decimal2432512510.03000.021805096.86
HexF3FBFB3002b43261
Octal363373373300226462141
Binary111100111111101111111011110010101101001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FBFB; }

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

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

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

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

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

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

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

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