Html Css Color HEX #F2FBFA Azure

📋 copy color: '#F2FBFA'

red 242 ◦ green 251 ◦ blue 250

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

Shades of Azure #F2FBFA

Tints of Azure #F2FBFA

RGB

 RED value IS 242 (94.92% from 255) = 32.57%

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

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

R = 32.57%
G = 33.78%
B = 33.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#F2FBFA (or 0xF2FBFA) is known color: Azure. HEX triplet: F2, FB and FA. RGB value is (242,251,250). Sum of RGB (Red+Green+Blue) = 242+251+250=743 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.57% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 250 (98.05% from 255 or 33.65% from 743); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FBFA is #0D0405. Grayscale: #F8F8F8. Windows color (decimal): -852998 or 16448498. OLE color: 16448498.

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

Color convert

RGB 242 251 250 -
CMYK 0.04 0 0.00 0.02
HSL 173.33º 0.53% 0.97% -
HSV(B) 173.33º 0.04% 0.98% -
XYZ 88.37 94.77 104.08 -
YUV 248.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 242 251 250 0.04 0 0.00 0.02 173.33 0.53 0.97
Hex F2 FB FA 4 0 0 2 AD 35 61
Octal 362 373 372 4 0 0 2 255 65 141
Binary 11110010 11111011 11111010 100 0 0 10 10101101 110101 1100001

Color Harmonies of #F2FBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FBFA

Black with #F2FBFA

Text Example


Text Example

White with #F2FBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FBFA; }

 p { color: rgb(242,251,250); }

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

background-color css

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

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

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

border-color css

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

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

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