#F1F7F2

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

Shades of Dew #F1F7F2

Tints of Dew #F1F7F2

Color information

#F1F7F2 (or 0xF1F7F2) is unknown color: approx Dew. HEX triplet: F1, F7 and F2. RGB value is (241,247,242). Sum of RGB (Red+Green+Blue) = 241+247+242=730 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.01% from 730); Green value is 247 (96.88% from 255 or 33.84% from 730); Blue value is 242 (94.92% from 255 or 33.15% from 730); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F7F2 is #0E080D. Grayscale: #F4F4F4. Windows color (decimal): -919566 or 15923185. OLE color: 15923185.

HSL color Cylindrical-coordinate representation of color #F1F7F2: hue angle of 130º degrees, saturation: 0.27, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F1F7F2 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB241247242-
CMYK0.0200.020.03
HSL130º27.27%95.69%-
HSV(B)130º2.43%96.86%-
XYZ85.5691.6397.18-
YUV244.64126.51125.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.01%
GREEN value IS 247 (96.88% from 255) = 33.84%
BLUE value IS 242 (94.92% from 255) = 33.15%
R=33.01%
G=33.84%
B=33.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412472420.0200.020.0313027.2795.69
HexF1F7F22023821b60
Octal361367362202320233140
Binary111100011111011111110010100101110000010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F7F2; }

 p { color: rgb(241,247,242); }

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

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

 a { background-color: rgb(241,247,242); }

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

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

 span { border-color: rgb(241,247,242); }

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