#F7FFFE

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

Shades of Azure #F7FFFE

Tints of Azure #F7FFFE

Color information

#F7FFFE (or 0xF7FFFE) is unknown color: approx Azure. HEX triplet: F7, FF and FE. RGB value is (247,255,254). Sum of RGB (Red+Green+Blue) = 247+255+254=756 (100% of max value = 765). Red value is 247 (96.88% from 255 or 32.67% from 756); Green value is 255 (100% from 255 or 33.73% from 756); Blue value is 254 (99.61% from 255 or 33.60% from 756); Max value from RGB is 255 - color contains mainly: green. Hex color #F7FFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FFFE is #080001. Grayscale: #FCFCFC. Windows color (decimal): -524290 or 16711671. OLE color: 16711671.

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

Color convert

RGB247255254-
CMYK0.0300.000
HSL172.5º100%98.43%-
HSV(B)172.5º3.14%100%-
XYZ92.0198.45107.92-
YUV252.49128.85124.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 32.67%
GREEN value IS 255 (100% from 255) = 33.73%
BLUE value IS 254 (99.61% from 255) = 33.60%
R=32.67%
G=33.73%
B=33.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472552540.0300.000172.510098.43
HexF7FFFE3000ac6462
Octal3673773763000254144142
Binary111101111111111111111110110001010110011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FFFE; }

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

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

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

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

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

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

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

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