Html Css Color HEX #F1F6F6 Azure

📋 copy color: '#F1F6F6'

red 241 ◦ green 246 ◦ blue 246

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

Shades of Azure #F1F6F6

Tints of Azure #F1F6F6

RGB

 RED value IS 241 (94.53% from 255) = 32.88%

 GREEN value IS 246 (96.48% from 255) = 33.56%

 BLUE value IS 246 (96.48% from 255) = 33.56%

R = 32.88%
G = 33.56%
B = 33.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F1F6F6 (or 0xF1F6F6) is known color: Azure. HEX triplet: F1, F6 and F6. RGB value is (241,246,246). Sum of RGB (Red+Green+Blue) = 241+246+246=733 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.88% from 733); Green value is 246 (96.48% from 255 or 33.56% from 733); Blue value is 246 (96.48% from 255 or 33.56% from 733); Max value from RGB is 246 - color contains mainly: green, blue. Hex color #F1F6F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F6F6 is #0E0909. Grayscale: #F4F4F4. Windows color (decimal): -919818 or 16185073. OLE color: 16185073.

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

Color convert

RGB 241 246 246 -
CMYK 0.02 0 0 0.04
HSL 180º 0.22% 0.95% -
HSV(B) 180º 0.02% 0.96% -
XYZ 85.87 91.27 100.28 -
YUV 244.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 241 246 246 0.02 0 0 0.04 180 0.22 0.95
Hex F1 F6 F6 2 0 0 4 B4 16 5F
Octal 361 366 366 2 0 0 4 264 26 137
Binary 11110001 11110110 11110110 10 0 0 100 10110100 10110 1011111

Color Harmonies of #F1F6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F6F6

Black with #F1F6F6

Text Example


Text Example

White with #F1F6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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