Html Css Color HEX #F6FAFA Azure

📋 copy color: '#F6FAFA'

red 246 ◦ green 250 ◦ blue 250

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

Shades of Azure #F6FAFA

Tints of Azure #F6FAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.51%

 BLUE value IS 250 (98.05% from 255) = 33.51%

R = 32.98%
G = 33.51%
B = 33.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F6FAFA (or 0xF6FAFA) is known color: Azure. HEX triplet: F6, FA and FA. RGB value is (246,250,250). Sum of RGB (Red+Green+Blue) = 246+250+250=746 (98% of max value = 765). Red value is 246 (96.48% from 255 or 32.98% from 746); Green value is 250 (98.05% from 255 or 33.51% from 746); Blue value is 250 (98.05% from 255 or 33.51% from 746); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #F6FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FAFA is #090505. Grayscale: #F8F8F8. Windows color (decimal): -591110 or 16448246. OLE color: 16448246.

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

Color convert

RGB 246 250 250 -
CMYK 0.02 0 0 0.02
HSL 180º 0.29% 0.97% -
HSV(B) 180º 0.02% 0.98% -
XYZ 89.45 94.87 104.04 -
YUV 248.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 246 250 250 0.02 0 0 0.02 180 0.29 0.97
Hex F6 FA FA 2 0 0 2 B4 1D 61
Octal 366 372 372 2 0 0 2 264 35 141
Binary 11110110 11111010 11111010 10 0 0 10 10110100 11101 1100001

Color Harmonies of #F6FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FAFA

Black with #F6FAFA

Text Example


Text Example

White with #F6FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FAFA; }

 p { color: rgb(246,250,250); }

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

background-color css

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

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

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

border-color css

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

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

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