Html Css Color HEX #F1FEFE Azure

📋 copy color: '#F1FEFE'

red 241 ◦ green 254 ◦ blue 254

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

Shades of Azure #F1FEFE

Tints of Azure #F1FEFE

RGB

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

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

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

R = 32.18%
G = 33.91%
B = 33.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1FEFE (or 0xF1FEFE) is known color: Azure. HEX triplet: F1, FE and FE. RGB value is (241,254,254). Sum of RGB (Red+Green+Blue) = 241+254+254=749 (99% of max value = 765). Red value is 241 (94.53% from 255 or 32.18% from 749); Green value is 254 (99.61% from 255 or 33.91% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #F1FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FEFE is #0E0101. Grayscale: #FAFAFA. Windows color (decimal): -917762 or 16711409. OLE color: 16711409.

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

Color convert

RGB 241 254 254 -
CMYK 0.05 0 0 0.00
HSL 180º 0.87% 0.97% -
HSV(B) 180º 0.05% 1% -
XYZ 89.61 96.74 107.72 -
YUV 250.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 241 254 254 0.05 0 0 0.00 180 0.87 0.97
Hex F1 FE FE 5 0 0 0 B4 57 61
Octal 361 376 376 5 0 0 0 264 127 141
Binary 11110001 11111110 11111110 101 0 0 0 10110100 1010111 1100001

Color Harmonies of #F1FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FEFE

Black with #F1FEFE

Text Example


Text Example

White with #F1FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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