#F0FEFB

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

Shades of Azure #F0FEFB

Tints of Azure #F0FEFB

Color information

#F0FEFB (or 0xF0FEFB) is unknown color: approx Azure. HEX triplet: F0, FE and FB. RGB value is (240,254,251). Sum of RGB (Red+Green+Blue) = 240+254+251=745 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.21% from 745); Green value is 254 (99.61% from 255 or 34.09% from 745); Blue value is 251 (98.44% from 255 or 33.69% from 745); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FEFB is #0F0104. Grayscale: #F9F9F9. Windows color (decimal): -983301 or 16514800. OLE color: 16514800.

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

Color convert

RGB240254251-
CMYK0.0600.010.00
HSL167.14º87.5%96.86%-
HSV(B)167.14º5.51%99.61%-
XYZ88.7996.37105.19-
YUV249.47128.86121.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.21%
GREEN value IS 254 (99.61% from 255) = 34.09%
BLUE value IS 251 (98.44% from 255) = 33.69%
R=32.21%
G=34.09%
B=33.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402542510.0600.010.00167.1487.596.86
HexF0FEFB6010a75861
Octal3603763736010247130141
Binary1111000011111110111110111100101010011110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FEFB; }

 p { color: rgb(240,254,251); }

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

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

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

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

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

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

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