#F1FBFE

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

Shades of Azure #F1FBFE

Tints of Azure #F1FBFE

Color information

#F1FBFE (or 0xF1FBFE) is unknown color: approx Azure. HEX triplet: F1, FB and FE. RGB value is (241,251,254). Sum of RGB (Red+Green+Blue) = 241+251+254=746 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.31% from 746); Green value is 251 (98.44% from 255 or 33.65% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1FBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FBFE is #0E0401. Grayscale: #F8F8F8. Windows color (decimal): -918530 or 16710641. OLE color: 16710641.

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

Color convert

RGB241251254-
CMYK0.050.0100.00
HSL193.85º86.67%97.06%-
HSV(B)193.85º5.12%99.61%-
XYZ88.6694.85107.4-
YUV248.35131.19122.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.31%
GREEN value IS 251 (98.44% from 255) = 33.65%
BLUE value IS 254 (99.61% from 255) = 34.05%
R=32.31%
G=33.65%
B=34.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412512540.050.0100.00193.8586.6797.06
HexF1FBFE5100c25761
Octal3613733765100302127141
Binary1111000111111011111111101011001100001010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBFE; }

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

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

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

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

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

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

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

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