Html Css Color HEX #F4FAFA Azure

📋 copy color: '#F4FAFA'

red 244 ◦ green 250 ◦ blue 250

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

Shades of Azure #F4FAFA

Tints of Azure #F4FAFA

RGB

 RED value IS 244 (95.7% from 255) = 32.8%

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

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

R = 32.8%
G = 33.6%
B = 33.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F4FAFA (or 0xF4FAFA) is known color: Azure. HEX triplet: F4, FA and FA. RGB value is (244,250,250). Sum of RGB (Red+Green+Blue) = 244+250+250=744 (98% of max value = 765). Red value is 244 (95.70% from 255 or 32.80% from 744); Green value is 250 (98.05% from 255 or 33.60% from 744); Blue value is 250 (98.05% from 255 or 33.60% from 744); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #F4FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FAFA is #0B0505. Grayscale: #F8F8F8. Windows color (decimal): -722182 or 16448244. OLE color: 16448244.

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

Color convert

RGB 244 250 250 -
CMYK 0.02 0 0 0.02
HSL 180º 0.38% 0.97% -
HSV(B) 180º 0.02% 0.98% -
XYZ 88.75 94.51 104.01 -
YUV 248.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 244 250 250 0.02 0 0 0.02 180 0.38 0.97
Hex F4 FA FA 2 0 0 2 B4 26 61
Octal 364 372 372 2 0 0 2 264 46 141
Binary 11110100 11111010 11111010 10 0 0 10 10110100 100110 1100001

Color Harmonies of #F4FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4FAFA

Black with #F4FAFA

Text Example


Text Example

White with #F4FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4FAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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