#F2FEF5

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

Shades of Dew #F2FEF5

Tints of Dew #F2FEF5

Color information

#F2FEF5 (or 0xF2FEF5) is unknown color: approx Dew. HEX triplet: F2, FE and F5. RGB value is (242,254,245). Sum of RGB (Red+Green+Blue) = 242+254+245=741 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.66% from 741); Green value is 254 (99.61% from 255 or 34.28% from 741); Blue value is 245 (96.09% from 255 or 33.06% from 741); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEF5 is #0D010A. Grayscale: #F9F9F9. Windows color (decimal): -852235 or 16121586. OLE color: 16121586.

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

Color convert

RGB242254245-
CMYK0.0500.040.00
HSL135º85.71%97.25%-
HSV(B)135º4.72%99.61%-
XYZ88.5496.35100.32-
YUV249.39125.52122.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.66%
GREEN value IS 254 (99.61% from 255) = 34.28%
BLUE value IS 245 (96.09% from 255) = 33.06%
R=32.66%
G=34.28%
B=33.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542450.0500.040.0013585.7197.25
HexF2FEF55040875661
Octal3623763655040207126141
Binary111100101111111011110101101010001000011110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEF5; }

 p { color: rgb(242,254,245); }

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

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

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

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

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

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

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