#F2FBF4

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

Shades of Dew #F2FBF4

Tints of Dew #F2FBF4

Color information

#F2FBF4 (or 0xF2FBF4) is unknown color: approx Dew. HEX triplet: F2, FB and F4. RGB value is (242,251,244). Sum of RGB (Red+Green+Blue) = 242+251+244=737 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.84% from 737); Green value is 251 (98.44% from 255 or 34.06% from 737); Blue value is 244 (95.70% from 255 or 33.11% from 737); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FBF4 is #0D040B. Grayscale: #F7F7F7. Windows color (decimal): -853004 or 16055282. OLE color: 16055282.

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

Color convert

RGB242251244-
CMYK0.0400.030.02
HSL133.33º52.94%96.67%-
HSV(B)133.33º3.59%98.43%-
XYZ87.4494.499.2-
YUV247.51126.02124.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.84%
GREEN value IS 251 (98.44% from 255) = 34.06%
BLUE value IS 244 (95.70% from 255) = 33.11%
R=32.84%
G=34.06%
B=33.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422512440.0400.030.02133.3352.9496.67
HexF2FBF44032853561
Octal362373364403220565141
Binary11110010111110111111010010001110100001011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FBF4; }

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

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

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

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

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

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

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

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