#F9FCFC

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

Shades of Azure #F9FCFC

Tints of Azure #F9FCFC

Color information

#F9FCFC (or 0xF9FCFC) is unknown color: approx Azure. HEX triplet: F9, FC and FC. RGB value is (249,252,252). Sum of RGB (Red+Green+Blue) = 249+252+252=753 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.07% from 753); Green value is 252 (98.83% from 255 or 33.47% from 753); Blue value is 252 (98.83% from 255 or 33.47% from 753); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F9FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FCFC is #060303. Grayscale: #FBFBFB. Windows color (decimal): -393988 or 16579833. OLE color: 16579833.

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

Color convert

RGB249252252-
CMYK0.01000.01
HSL180º33.33%98.24%-
HSV(B)180º1.19%98.82%-
XYZ91.4596.79105.96-
YUV251.1128.51126.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.07%
GREEN value IS 252 (98.83% from 255) = 33.47%
BLUE value IS 252 (98.83% from 255) = 33.47%
R=33.07%
G=33.47%
B=33.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492522520.01000.0118033.3398.24
HexF9FCFC1001b42162
Octal371374374100126441142
Binary1111100111111100111111001001101101001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FCFC; }

 p { color: rgb(249,252,252); }

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

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

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

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

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

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

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