#F1FDFB

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

Shades of Azure #F1FDFB

Tints of Azure #F1FDFB

Color information

#F1FDFB (or 0xF1FDFB) is unknown color: approx Azure. HEX triplet: F1, FD and FB. RGB value is (241,253,251). Sum of RGB (Red+Green+Blue) = 241+253+251=745 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.35% from 745); Green value is 253 (99.22% from 255 or 33.96% from 745); Blue value is 251 (98.44% from 255 or 33.69% from 745); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FDFB is #0E0204. Grayscale: #F9F9F9. Windows color (decimal): -918021 or 16514545. OLE color: 16514545.

HSL color Cylindrical-coordinate representation of color #F1FDFB: hue angle of 170º degrees, saturation: 0.75, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1FDFB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB241253251-
CMYK0.0500.010.01
HSL170º75%96.86%-
HSV(B)170º4.74%99.22%-
XYZ88.8195.92105.1-
YUV249.18129.02122.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.35%
GREEN value IS 253 (99.22% from 255) = 33.96%
BLUE value IS 251 (98.44% from 255) = 33.69%
R=32.35%
G=33.96%
B=33.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412532510.0500.010.011707596.86
HexF1FDFB5011aa4b61
Octal3613753735011252113141
Binary1111000111111101111110111010111010101010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDFB; }

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

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

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

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

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

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

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

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