#F9FFFE

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

Shades of Azure #F9FFFE

Tints of Azure #F9FFFE

Color information

#F9FFFE (or 0xF9FFFE) is unknown color: approx Azure. HEX triplet: F9, FF and FE. RGB value is (249,255,254). Sum of RGB (Red+Green+Blue) = 249+255+254=758 (100% of max value = 765). Red value is 249 (97.66% from 255 or 32.85% from 758); Green value is 255 (100% from 255 or 33.64% from 758); Blue value is 254 (99.61% from 255 or 33.51% from 758); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FFFE is #060001. Grayscale: #FDFDFD. Windows color (decimal): -393218 or 16711673. OLE color: 16711673.

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

Color convert

RGB249255254-
CMYK0.0200.000
HSL170º100%98.82%-
HSV(B)170º2.35%100%-
XYZ92.7298.82107.95-
YUV253.09128.51125.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 32.85%
GREEN value IS 255 (100% from 255) = 33.64%
BLUE value IS 254 (99.61% from 255) = 33.51%
R=32.85%
G=33.64%
B=33.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492552540.0200.00017010098.82
HexF9FFFE2000aa6463
Octal3713773762000252144143
Binary111110011111111111111110100001010101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FFFE; }

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

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

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

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

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

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

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

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