#F3FFFE

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

Shades of Azure #F3FFFE

Tints of Azure #F3FFFE

Color information

#F3FFFE (or 0xF3FFFE) is unknown color: approx Azure. HEX triplet: F3, FF and FE. RGB value is (243,255,254). Sum of RGB (Red+Green+Blue) = 243+255+254=752 (99% of max value = 765). Red value is 243 (95.31% from 255 or 32.31% from 752); Green value is 255 (100% from 255 or 33.91% from 752); Blue value is 254 (99.61% from 255 or 33.78% from 752); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3FFFE is #0C0001. Grayscale: #FBFBFB. Windows color (decimal): -786434 or 16711667. OLE color: 16711667.

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

Color convert

RGB243255254-
CMYK0.0500.000
HSL175º100%97.65%-
HSV(B)175º4.71%100%-
XYZ90.6197.73107.85-
YUV251.3129.52122.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 32.31%
GREEN value IS 255 (100% from 255) = 33.91%
BLUE value IS 254 (99.61% from 255) = 33.78%
R=32.31%
G=33.91%
B=33.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432552540.0500.00017510097.65
HexF3FFFE5000af6462
Octal3633773765000257144142
Binary1111001111111111111111101010001010111111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FFFE; }

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

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

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

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

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

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

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

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