Html Css Color HEX #F1FEFF Azure

📋 copy color: '#F1FEFF'

red 241 ◦ green 254 ◦ blue 255

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

Shades of Azure #F1FEFF

Tints of Azure #F1FEFF

RGB

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

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

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

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

CMYK

 C value IS 0.05

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 241 254 255 -
CMYK 0.05 0.00 0 0
HSL 184.29º 1% 0.97% -
HSV(B) 184.29º 0.05% 1% -
XYZ 89.77 96.8 108.56 -
YUV 250.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 241 254 255 0.05 0.00 0 0 184.29 1 0.97
Hex F1 FE FF 5 0 0 0 B8 64 61
Octal 361 376 377 5 0 0 0 270 144 141
Binary 11110001 11111110 11111111 101 0 0 0 10111000 1100100 1100001

Color Harmonies of #F1FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FEFF

Black with #F1FEFF

Text Example


Text Example

White with #F1FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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