Html Css Color HEX #F5FBFC Azure

📋 copy color: '#F5FBFC'

red 245 ◦ green 251 ◦ blue 252

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

Shades of Azure #F5FBFC

Tints of Azure #F5FBFC

RGB

 RED value IS 245 (96.09% from 255) = 32.75%

 GREEN value IS 251 (98.44% from 255) = 33.56%

 BLUE value IS 252 (98.83% from 255) = 33.69%

R = 32.75%
G = 33.56%
B = 33.69%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5FBFC (or 0xF5FBFC) is known color: Azure. HEX triplet: F5, FB and FC. RGB value is (245,251,252). Sum of RGB (Red+Green+Blue) = 245+251+252=748 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.75% from 748); Green value is 251 (98.44% from 255 or 33.56% from 748); Blue value is 252 (98.83% from 255 or 33.69% from 748); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5FBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FBFC is #0A0403. Grayscale: #F9F9F9. Windows color (decimal): -656388 or 16579573. OLE color: 16579573.

HSL color Cylindrical-coordinate representation of color #F5FBFC: hue angle of 188.57º degrees, saturation: 0.54, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5FBFC is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 251 252 -
CMYK 0.03 0.00 0 0.01
HSL 188.57º 0.54% 0.97% -
HSV(B) 188.57º 0.03% 0.99% -
XYZ 89.72 95.44 105.79 -
YUV 249.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 245 251 252 0.03 0.00 0 0.01 188.57 0.54 0.97
Hex F5 FB FC 3 0 0 1 BD 36 61
Octal 365 373 374 3 0 0 1 275 66 141
Binary 11110101 11111011 11111100 11 0 0 1 10111101 110110 1100001

Color Harmonies of #F5FBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FBFC

Black with #F5FBFC

Text Example


Text Example

White with #F5FBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FBFC; }

 p { color: rgb(245,251,252); }

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

background-color css

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

 a { background-color: rgb(245,251,252); }

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

border-color css

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

 span { border-color: rgb(245,251,252); }

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