Html Css Color HEX #F9FCFC Azure

📋 copy color: '#F9FCFC'

red 249 ◦ green 252 ◦ blue 252

#F9FCFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azure #F9FCFC

Tints of Azure #F9FCFC

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 value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9FCFC (or 0xF9FCFC) is known color: 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

RGB 249 252 252 -
CMYK 0.01 0 0 0.01
HSL 180º 0.33% 0.98% -
HSV(B) 180º 0.01% 0.99% -
XYZ 91.45 96.79 105.96 -
YUV 251.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 249 252 252 0.01 0 0 0.01 180 0.33 0.98
Hex F9 FC FC 1 0 0 1 B4 21 62
Octal 371 374 374 1 0 0 1 264 41 142
Binary 11111001 11111100 11111100 1 0 0 1 10110100 100001 1100010

Color Harmonies of #F9FCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FCFC

Black with #F9FCFC

Text Example


Text Example

White with #F9FCFC

Text Example


Text Example

HTML Codes & Css Web 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>