Html Css Color HEX #F1FFFE Azure

📋 copy color: '#F1FFFE'

red 241 ◦ green 255 ◦ blue 254

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

Shades of Azure #F1FFFE

Tints of Azure #F1FFFE

RGB

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

 GREEN value IS 255 (100% from 255) = 34%

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

R = 32.13%
G = 34%
B = 33.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#F1FFFE (or 0xF1FFFE) is known color: Azure. HEX triplet: F1, FF and FE. RGB value is (241,255,254). Sum of RGB (Red+Green+Blue) = 241+255+254=750 (99% of max value = 765). Red value is 241 (94.53% from 255 or 32.13% from 750); Green value is 255 (100% from 255 or 34% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FFFE is #0E0001. Grayscale: #FAFAFA. Windows color (decimal): -917506 or 16711665. OLE color: 16711665.

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

Color convert

RGB 241 255 254 -
CMYK 0.05 0 0.00 0
HSL 175.71º 1% 0.97% -
HSV(B) 175.71º 0.05% 1% -
XYZ 89.93 97.38 107.82 -
YUV 250.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 241 255 254 0.05 0 0.00 0 175.71 1 0.97
Hex F1 FF FE 5 0 0 0 B0 64 61
Octal 361 377 376 5 0 0 0 260 144 141
Binary 11110001 11111111 11111110 101 0 0 0 10110000 1100100 1100001

Color Harmonies of #F1FFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FFFE

Black with #F1FFFE

Text Example


Text Example

White with #F1FFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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