Html Css Color HEX #F1FAFB Azure

📋 copy color: '#F1FAFB'

red 241 ◦ green 250 ◦ blue 251

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

Shades of Azure #F1FAFB

Tints of Azure #F1FAFB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.69%

 BLUE value IS 251 (98.44% from 255) = 33.83%

R = 32.48%
G = 33.69%
B = 33.83%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1FAFB (or 0xF1FAFB) is known color: Azure. HEX triplet: F1, FA and FB. RGB value is (241,250,251). Sum of RGB (Red+Green+Blue) = 241+250+251=742 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.48% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 251 (98.44% from 255 or 33.83% from 742); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1FAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAFB is #0E0504. Grayscale: #F7F7F7. Windows color (decimal): -918789 or 16513777. OLE color: 16513777.

HSL color Cylindrical-coordinate representation of color #F1FAFB: hue angle of 186º degrees, saturation: 0.56, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F1FAFB is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 250 251 -
CMYK 0.04 0.00 0 0.02
HSL 186º 0.56% 0.96% -
HSV(B) 186º 0.04% 0.98% -
XYZ 87.87 94.04 104.79 -
YUV 247.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 241 250 251 0.04 0.00 0 0.02 186 0.56 0.96
Hex F1 FA FB 4 0 0 2 BA 38 60
Octal 361 372 373 4 0 0 2 272 70 140
Binary 11110001 11111010 11111011 100 0 0 10 10111010 111000 1100000

Color Harmonies of #F1FAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FAFB

Black with #F1FAFB

Text Example


Text Example

White with #F1FAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FAFB; }

 p { color: rgb(241,250,251); }

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

background-color css

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

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

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

border-color css

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

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

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