Html Css Color HEX #F2FBFB Azure

📋 copy color: '#F2FBFB'

red 242 ◦ green 251 ◦ blue 251

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

Shades of Azure #F2FBFB

Tints of Azure #F2FBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 33.74%

R = 32.53%
G = 33.74%
B = 33.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2FBFB (or 0xF2FBFB) is known color: Azure. HEX triplet: F2, FB and FB. RGB value is (242,251,251). Sum of RGB (Red+Green+Blue) = 242+251+251=744 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.53% from 744); Green value is 251 (98.44% from 255 or 33.74% from 744); Blue value is 251 (98.44% from 255 or 33.74% from 744); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #F2FBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FBFB is #0D0404. Grayscale: #F8F8F8. Windows color (decimal): -852997 or 16514034. OLE color: 16514034.

HSL color Cylindrical-coordinate representation of color #F2FBFB: hue angle of 180º 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 #F2FBFB is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 251 251 -
CMYK 0.04 0 0 0.02
HSL 180º 0.53% 0.97% -
HSV(B) 180º 0.04% 0.98% -
XYZ 88.53 94.84 104.91 -
YUV 248.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 242 251 251 0.04 0 0 0.02 180 0.53 0.97
Hex F2 FB FB 4 0 0 2 B4 35 61
Octal 362 373 373 4 0 0 2 264 65 141
Binary 11110010 11111011 11111011 100 0 0 10 10110100 110101 1100001

Color Harmonies of #F2FBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FBFB

Black with #F2FBFB

Text Example


Text Example

White with #F2FBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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