Html Css Color HEX #F7FCFC Azure

📋 copy color: '#F7FCFC'

red 247 ◦ green 252 ◦ blue 252

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

Shades of Azure #F7FCFC

Tints of Azure #F7FCFC

RGB

 RED value IS 247 (96.88% from 255) = 32.89%

 GREEN value IS 252 (98.83% from 255) = 33.56%

 BLUE value IS 252 (98.83% from 255) = 33.56%

R = 32.89%
G = 33.56%
B = 33.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F7FCFC (or 0xF7FCFC) is known color: Azure. HEX triplet: F7, FC and FC. RGB value is (247,252,252). Sum of RGB (Red+Green+Blue) = 247+252+252=751 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.89% from 751); Green value is 252 (98.83% from 255 or 33.56% from 751); Blue value is 252 (98.83% from 255 or 33.56% from 751); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F7FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FCFC is #080303. Grayscale: #FAFAFA. Windows color (decimal): -525060 or 16579831. OLE color: 16579831.

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

Color convert

RGB 247 252 252 -
CMYK 0.02 0 0 0.01
HSL 180º 0.45% 0.98% -
HSV(B) 180º 0.02% 0.99% -
XYZ 90.74 96.42 105.92 -
YUV 250.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 247 252 252 0.02 0 0 0.01 180 0.45 0.98
Hex F7 FC FC 2 0 0 1 B4 2D 62
Octal 367 374 374 2 0 0 1 264 55 142
Binary 11110111 11111100 11111100 10 0 0 1 10110100 101101 1100010

Color Harmonies of #F7FCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FCFC

Black with #F7FCFC

Text Example


Text Example

White with #F7FCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FCFC; }

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

 H1.HeaderClassName
 {
   color: #F7FCFC;
 }
 .AnyTagClassName
 {
   color: #F7FCFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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