Html Css Color HEX #F6FEFE Azure

📋 copy color: '#F6FEFE'

red 246 ◦ green 254 ◦ blue 254

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

Shades of Azure #F6FEFE

Tints of Azure #F6FEFE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 33.69%

 BLUE value IS 254 (99.61% from 255) = 33.69%

R = 32.63%
G = 33.69%
B = 33.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F6FEFE (or 0xF6FEFE) is known color: Azure. HEX triplet: F6, FE and FE. RGB value is (246,254,254). Sum of RGB (Red+Green+Blue) = 246+254+254=754 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.63% from 754); Green value is 254 (99.61% from 255 or 33.69% from 754); Blue value is 254 (99.61% from 255 or 33.69% from 754); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #F6FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FEFE is #090101. Grayscale: #FBFBFB. Windows color (decimal): -590082 or 16711414. OLE color: 16711414.

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

Color convert

RGB 246 254 254 -
CMYK 0.03 0 0 0.00
HSL 180º 0.8% 0.98% -
HSV(B) 180º 0.03% 1% -
XYZ 91.34 97.63 107.8 -
YUV 251.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 246 254 254 0.03 0 0 0.00 180 0.8 0.98
Hex F6 FE FE 3 0 0 0 B4 50 62
Octal 366 376 376 3 0 0 0 264 120 142
Binary 11110110 11111110 11111110 11 0 0 0 10110100 1010000 1100010

Color Harmonies of #F6FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FEFE

Black with #F6FEFE

Text Example


Text Example

White with #F6FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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