#F3F9FA

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

Shades of Azure #F3F9FA

Tints of Azure #F3F9FA

Color information

#F3F9FA (or 0xF3F9FA) is unknown color: approx Azure. HEX triplet: F3, F9 and FA. RGB value is (243,249,250). Sum of RGB (Red+Green+Blue) = 243+249+250=742 (98% of max value = 765). Red value is 243 (95.31% from 255 or 32.75% from 742); Green value is 249 (97.66% from 255 or 33.56% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3F9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F9FA is #0C0605. Grayscale: #F7F7F7. Windows color (decimal): -787974 or 16447987. OLE color: 16447987.

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

Color convert

RGB243249250-
CMYK0.030.0000.02
HSL188.57º41.18%96.67%-
HSV(B)188.57º2.8%98.04%-
XYZ88.0993.71103.89-
YUV247.32129.51124.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 32.75%
GREEN value IS 249 (97.66% from 255) = 33.56%
BLUE value IS 250 (98.05% from 255) = 33.69%
R=32.75%
G=33.56%
B=33.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432492500.030.0000.02188.5741.1896.67
HexF3F9FA3002bd2961
Octal363371372300227551141
Binary111100111111100111111010110010101111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F9FA; }

 p { color: rgb(243,249,250); }

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

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

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

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

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

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

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