Html Css Color HEX #F0F4F4 Azure

📋 copy color: '#F0F4F4'

red 240 ◦ green 244 ◦ blue 244

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

Shades of Azure #F0F4F4

Tints of Azure #F0F4F4

RGB

 RED value IS 240 (94.14% from 255) = 32.97%

 GREEN value IS 244 (95.7% from 255) = 33.52%

 BLUE value IS 244 (95.7% from 255) = 33.52%

R = 32.97%
G = 33.52%
B = 33.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F0F4F4 (or 0xF0F4F4) is known color: Azure. HEX triplet: F0, F4 and F4. RGB value is (240,244,244). Sum of RGB (Red+Green+Blue) = 240+244+244=728 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.97% from 728); Green value is 244 (95.70% from 255 or 33.52% from 728); Blue value is 244 (95.70% from 255 or 33.52% from 728); Max value from RGB is 244 - color contains mainly: green, blue. Hex color #F0F4F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F4F4 is #0F0B0B. Grayscale: #F2F2F2. Windows color (decimal): -985868 or 16053488. OLE color: 16053488.

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

Color convert

RGB 240 244 244 -
CMYK 0.02 0 0 0.04
HSL 180º 0.15% 0.95% -
HSV(B) 180º 0.02% 0.96% -
XYZ 84.61 89.76 98.45 -
YUV 242.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 240 244 244 0.02 0 0 0.04 180 0.15 0.95
Hex F0 F4 F4 2 0 0 4 B4 F 5F
Octal 360 364 364 2 0 0 4 264 17 137
Binary 11110000 11110100 11110100 10 0 0 100 10110100 1111 1011111

Color Harmonies of #F0F4F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F4F4

Black with #F0F4F4

Text Example


Text Example

White with #F0F4F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F4F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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