#F1FAF8

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

Shades of Azure #F1FAF8

Tints of Azure #F1FAF8

Color information

#F1FAF8 (or 0xF1FAF8) is unknown color: approx Azure. HEX triplet: F1, FA and F8. RGB value is (241,250,248). Sum of RGB (Red+Green+Blue) = 241+250+248=739 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.61% from 739); Green value is 250 (98.05% from 255 or 33.83% from 739); Blue value is 248 (97.27% from 255 or 33.56% from 739); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAF8 is #0E0507. Grayscale: #F7F7F7. Windows color (decimal): -918792 or 16317169. OLE color: 16317169.

HSL color Cylindrical-coordinate representation of color #F1FAF8: hue angle of 166.67º degrees, saturation: 0.47, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F1FAF8 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB241250248-
CMYK0.0400.010.02
HSL166.67º47.37%96.27%-
HSV(B)166.67º3.6%98.04%-
XYZ87.493.85102.31-
YUV247.08128.52123.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.61%
GREEN value IS 250 (98.05% from 255) = 33.83%
BLUE value IS 248 (97.27% from 255) = 33.56%
R=32.61%
G=33.83%
B=33.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412502480.0400.010.02166.6747.3796.27
HexF1FAF84012a72f60
Octal361372370401224757140
Binary1111000111111010111110001000110101001111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAF8; }

 p { color: rgb(241,250,248); }

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

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

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

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

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

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

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