#F2FDFB

Color #F2FDFB Azure (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azure #F2FDFB

Tints of Azure #F2FDFB

Color information

#F2FDFB (or 0xF2FDFB) is unknown color: approx Azure. HEX triplet: F2, FD and FB. RGB value is (242,253,251). Sum of RGB (Red+Green+Blue) = 242+253+251=746 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.44% from 746); Green value is 253 (99.22% from 255 or 33.91% from 746); Blue value is 251 (98.44% from 255 or 33.65% from 746); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FDFB is #0D0204. Grayscale: #F9F9F9. Windows color (decimal): -852485 or 16514546. OLE color: 16514546.

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

Color convert

RGB242253251-
CMYK0.0400.010.01
HSL169.09º73.33%97.06%-
HSV(B)169.09º4.35%99.22%-
XYZ89.1696.09105.12-
YUV249.48128.86122.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.44%
GREEN value IS 253 (99.22% from 255) = 33.91%
BLUE value IS 251 (98.44% from 255) = 33.65%
R=32.44%
G=33.91%
B=33.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422532510.0400.010.01169.0973.3397.06
HexF2FDFB4011a94961
Octal3623753734011251111141
Binary1111001011111101111110111000111010100110010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FDFB; }

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

 H1.HeaderClassName
 {
   color: #F2FDFB;
 }
 .AnyTagClassName
 {
   color: #F2FDFB;
 }
</style>
background-color css

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

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

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

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

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

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