#F1FDFD

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

Shades of Azure #F1FDFD

Tints of Azure #F1FDFD

Color information

#F1FDFD (or 0xF1FDFD) is unknown color: approx Azure. HEX triplet: F1, FD and FD. RGB value is (241,253,253). Sum of RGB (Red+Green+Blue) = 241+253+253=747 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.26% from 747); Green value is 253 (99.22% from 255 or 33.87% from 747); Blue value is 253 (99.22% from 255 or 33.87% from 747); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #F1FDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FDFD is #0E0202. Grayscale: #F9F9F9. Windows color (decimal): -918019 or 16645617. OLE color: 16645617.

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

Color convert

RGB241253253-
CMYK0.05000.01
HSL180º75%96.86%-
HSV(B)180º4.74%99.22%-
XYZ89.1396.04106.77-
YUV249.41130.02122-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.26%
GREEN value IS 253 (99.22% from 255) = 33.87%
BLUE value IS 253 (99.22% from 255) = 33.87%
R=32.26%
G=33.87%
B=33.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412532530.05000.011807596.86
HexF1FDFD5001b44b61
Octal3613753755001264113141
Binary1111000111111101111111011010011011010010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDFD; }

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

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

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

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

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

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

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

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