Html Css Color HEX #F1FEFC Azure

📋 copy color: '#F1FEFC'

red 241 ◦ green 254 ◦ blue 252

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

Shades of Azure #F1FEFC

Tints of Azure #F1FEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 33.73%

R = 32.26%
G = 34%
B = 33.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#F1FEFC (or 0xF1FEFC) is known color: Azure. HEX triplet: F1, FE and FC. RGB value is (241,254,252). Sum of RGB (Red+Green+Blue) = 241+254+252=747 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.26% from 747); Green value is 254 (99.61% from 255 or 34.00% from 747); Blue value is 252 (98.83% from 255 or 33.73% from 747); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FEFC is #0E0103. Grayscale: #F9F9F9. Windows color (decimal): -917764 or 16580337. OLE color: 16580337.

HSL color Cylindrical-coordinate representation of color #F1FEFC: hue angle of 170.77º 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 #F1FEFC is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 254 252 -
CMYK 0.05 0 0.01 0.00
HSL 170.77º 0.87% 0.97% -
HSV(B) 170.77º 0.05% 1% -
XYZ 89.29 96.61 106.04 -
YUV 249.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 241 254 252 0.05 0 0.01 0.00 170.77 0.87 0.97
Hex F1 FE FC 5 0 1 0 AB 57 61
Octal 361 376 374 5 0 1 0 253 127 141
Binary 11110001 11111110 11111100 101 0 1 0 10101011 1010111 1100001

Color Harmonies of #F1FEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FEFC

Black with #F1FEFC

Text Example


Text Example

White with #F1FEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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