Html Css Color HEX #F7FDFC Azure

📋 copy color: '#F7FDFC'

red 247 ◦ green 253 ◦ blue 252

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

Shades of Azure #F7FDFC

Tints of Azure #F7FDFC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 33.64%

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

R = 32.85%
G = 33.64%
B = 33.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#F7FDFC (or 0xF7FDFC) is known color: Azure. HEX triplet: F7, FD and FC. RGB value is (247,253,252). Sum of RGB (Red+Green+Blue) = 247+253+252=752 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.85% from 752); Green value is 253 (99.22% from 255 or 33.64% from 752); Blue value is 252 (98.83% from 255 or 33.51% from 752); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FDFC is #080203. Grayscale: #FBFBFB. Windows color (decimal): -524804 or 16580087. OLE color: 16580087.

HSL color Cylindrical-coordinate representation of color #F7FDFC: hue angle of 170º degrees, saturation: 0.6, 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 #F7FDFC is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 253 252 -
CMYK 0.02 0 0.00 0.01
HSL 170º 0.6% 0.98% -
HSV(B) 170º 0.02% 0.99% -
XYZ 91.05 97.05 106.03 -
YUV 251.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 247 253 252 0.02 0 0.00 0.01 170 0.6 0.98
Hex F7 FD FC 2 0 0 1 AA 3C 62
Octal 367 375 374 2 0 0 1 252 74 142
Binary 11110111 11111101 11111100 10 0 0 1 10101010 111100 1100010

Color Harmonies of #F7FDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FDFC

Black with #F7FDFC

Text Example


Text Example

White with #F7FDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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