Html Css Color HEX #F1FAFA Azure

📋 copy color: '#F1FAFA'

red 241 ◦ green 250 ◦ blue 250

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

Shades of Azure #F1FAFA

Tints of Azure #F1FAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 33.74%

R = 32.52%
G = 33.74%
B = 33.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1FAFA (or 0xF1FAFA) is known color: Azure. HEX triplet: F1, FA and FA. RGB value is (241,250,250). Sum of RGB (Red+Green+Blue) = 241+250+250=741 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.52% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 250 (98.05% from 255 or 33.74% from 741); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #F1FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAFA is #0E0505. Grayscale: #F7F7F7. Windows color (decimal): -918790 or 16448241. OLE color: 16448241.

HSL color Cylindrical-coordinate representation of color #F1FAFA: hue angle of 180º degrees, saturation: 0.47, 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 #F1FAFA is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 250 250 -
CMYK 0.04 0 0 0.02
HSL 180º 0.47% 0.96% -
HSV(B) 180º 0.04% 0.98% -
XYZ 87.72 93.97 103.96 -
YUV 247.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 241 250 250 0.04 0 0 0.02 180 0.47 0.96
Hex F1 FA FA 4 0 0 2 B4 2F 60
Octal 361 372 372 4 0 0 2 264 57 140
Binary 11110001 11111010 11111010 100 0 0 10 10110100 101111 1100000

Color Harmonies of #F1FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FAFA

Black with #F1FAFA

Text Example


Text Example

White with #F1FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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