Html Css Color HEX #F6FCFD Azure

📋 copy color: '#F6FCFD'

red 246 ◦ green 252 ◦ blue 253

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

Shades of Azure #F6FCFD

Tints of Azure #F6FCFD

RGB

 RED value IS 246 (96.48% from 255) = 32.76%

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

 BLUE value IS 253 (99.22% from 255) = 33.69%

R = 32.76%
G = 33.56%
B = 33.69%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F6FCFD (or 0xF6FCFD) is known color: Azure. HEX triplet: F6, FC and FD. RGB value is (246,252,253). Sum of RGB (Red+Green+Blue) = 246+252+253=751 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.76% from 751); Green value is 252 (98.83% from 255 or 33.56% from 751); Blue value is 253 (99.22% from 255 or 33.69% from 751); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6FCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FCFD is #090302. Grayscale: #FAFAFA. Windows color (decimal): -590595 or 16645366. OLE color: 16645366.

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

Color convert

RGB 246 252 253 -
CMYK 0.03 0.00 0 0.01
HSL 188.57º 0.64% 0.98% -
HSV(B) 188.57º 0.03% 0.99% -
XYZ 90.55 96.31 106.75 -
YUV 250.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 246 252 253 0.03 0.00 0 0.01 188.57 0.64 0.98
Hex F6 FC FD 3 0 0 1 BD 40 62
Octal 366 374 375 3 0 0 1 275 100 142
Binary 11110110 11111100 11111101 11 0 0 1 10111101 1000000 1100010

Color Harmonies of #F6FCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FCFD

Black with #F6FCFD

Text Example


Text Example

White with #F6FCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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