#F4FFFE

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

Shades of Azure #F4FFFE

Tints of Azure #F4FFFE

Color information

#F4FFFE (or 0xF4FFFE) is unknown color: approx Azure. HEX triplet: F4, FF and FE. RGB value is (244,255,254). Sum of RGB (Red+Green+Blue) = 244+255+254=753 (99% of max value = 765). Red value is 244 (95.70% from 255 or 32.40% from 753); Green value is 255 (100% from 255 or 33.86% from 753); Blue value is 254 (99.61% from 255 or 33.73% from 753); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FFFE is #0B0001. Grayscale: #FBFBFB. Windows color (decimal): -720898 or 16711668. OLE color: 16711668.

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

Color convert

RGB244255254-
CMYK0.0400.000
HSL174.55º100%97.84%-
HSV(B)174.55º4.31%100%-
XYZ90.9697.91107.87-
YUV251.6129.36122.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 32.40%
GREEN value IS 255 (100% from 255) = 33.86%
BLUE value IS 254 (99.61% from 255) = 33.73%
R=32.40%
G=33.86%
B=33.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442552540.0400.000174.5510097.84
HexF4FFFE4000af6462
Octal3643773764000257144142
Binary1111010011111111111111101000001010111111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FFFE; }

 p { color: rgb(244,255,254); }

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

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

 a { background-color: rgb(244,255,254); }

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

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

 span { border-color: rgb(244,255,254); }

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