#F2F7F1

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

Shades of Honeydew #F2F7F1

Tints of Honeydew #F2F7F1

Color information

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

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

Color convert

RGB242247241-
CMYK0.0200.020.03
HSL110º27.27%95.69%-
HSV(B)110º2.43%96.86%-
XYZ85.7691.7596.41-
YUV244.82125.84125.99-

RGB Variations

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

RGB

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

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
Decimal2422472410.0200.020.0311027.2795.69
HexF2F7F120236e1b60
Octal362367361202315633140
Binary11110010111101111111000110010111101110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F7F1; }

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

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

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

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

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

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

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

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