Html Css Color HEX #F4FCFE Azure

📋 copy color: '#F4FCFE'

red 244 ◦ green 252 ◦ blue 254

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

Shades of Azure #F4FCFE

Tints of Azure #F4FCFE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 33.6%

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

R = 32.53%
G = 33.6%
B = 33.87%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F4FCFE (or 0xF4FCFE) is known color: Azure. HEX triplet: F4, FC and FE. RGB value is (244,252,254). Sum of RGB (Red+Green+Blue) = 244+252+254=750 (99% of max value = 765). Red value is 244 (95.70% from 255 or 32.53% from 750); Green value is 252 (98.83% from 255 or 33.6% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FCFE is #0B0301. Grayscale: #F9F9F9. Windows color (decimal): -721666 or 16710900. OLE color: 16710900.

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

Color convert

RGB 244 252 254 -
CMYK 0.04 0.01 0 0.00
HSL 192º 0.83% 0.98% -
HSV(B) 192º 0.04% 1% -
XYZ 90.01 96.01 107.55 -
YUV 249.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 244 252 254 0.04 0.01 0 0.00 192 0.83 0.98
Hex F4 FC FE 4 1 0 0 C0 53 62
Octal 364 374 376 4 1 0 0 300 123 142
Binary 11110100 11111100 11111110 100 1 0 0 11000000 1010011 1100010

Color Harmonies of #F4FCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4FCFE

Black with #F4FCFE

Text Example


Text Example

White with #F4FCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4FCFE; }

 p { color: rgb(244,252,254); }

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

background-color css

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

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

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

border-color css

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

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

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