#F0FFFE

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

Shades of Azure #F0FFFE

Tints of Azure #F0FFFE

Color information

#F0FFFE (or 0xF0FFFE) is unknown color: approx Azure. HEX triplet: F0, FF and FE. RGB value is (240,255,254). Sum of RGB (Red+Green+Blue) = 240+255+254=749 (99% of max value = 765). Red value is 240 (94.14% from 255 or 32.04% from 749); Green value is 255 (100% from 255 or 34.05% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FFFE is #0F0001. Grayscale: #FAFAFA. Windows color (decimal): -983042 or 16711664. OLE color: 16711664.

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

Color convert

RGB240255254-
CMYK0.0600.000
HSL176º100%97.06%-
HSV(B)176º5.88%100%-
XYZ89.5897.2107.81-
YUV250.4130.03120.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.04%
GREEN value IS 255 (100% from 255) = 34.05%
BLUE value IS 254 (99.61% from 255) = 33.91%
R=32.04%
G=34.05%
B=33.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402552540.0600.00017610097.06
HexF0FFFE6000b06461
Octal3603773766000260144141
Binary1111000011111111111111101100001011000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFFE; }

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

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

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

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

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

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

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

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