#F0FDFA

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

Shades of Azure #F0FDFA

Tints of Azure #F0FDFA

Color information

#F0FDFA (or 0xF0FDFA) is unknown color: approx Azure. HEX triplet: F0, FD and FA. RGB value is (240,253,250). Sum of RGB (Red+Green+Blue) = 240+253+250=743 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.30% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 250 (98.05% from 255 or 33.65% from 743); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDFA is #0F0205. Grayscale: #F8F8F8. Windows color (decimal): -983558 or 16449008. OLE color: 16449008.

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

Color convert

RGB240253250-
CMYK0.0500.010.01
HSL166.15º76.47%96.67%-
HSV(B)166.15º5.14%99.22%-
XYZ88.3295.68104.26-
YUV248.77128.69121.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.30%
GREEN value IS 253 (99.22% from 255) = 34.05%
BLUE value IS 250 (98.05% from 255) = 33.65%
R=32.30%
G=34.05%
B=33.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402532500.0500.010.01166.1576.4796.67
HexF0FDFA5011a64c61
Octal3603753725011246114141
Binary1111000011111101111110101010111010011010011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FDFA; }

 p { color: rgb(240,253,250); }

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

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

 a { background-color: rgb(240,253,250); }

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

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

 span { border-color: rgb(240,253,250); }

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