#F1F5F1

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

Shades of Honeydew #F1F5F1

Tints of Honeydew #F1F5F1

Color information

#F1F5F1 (or 0xF1F5F1) is unknown color: approx Honeydew. HEX triplet: F1, F5 and F1. RGB value is (241,245,241). Sum of RGB (Red+Green+Blue) = 241+245+241=727 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.15% from 727); Green value is 245 (96.09% from 255 or 33.70% from 727); Blue value is 241 (94.53% from 255 or 33.15% from 727); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F5F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F5F1 is #0E0A0E. Grayscale: #F3F3F3. Windows color (decimal): -920079 or 15857137. OLE color: 15857137.

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

Color convert

RGB241245241-
CMYK0.0200.020.04
HSL120º16.67%95.29%-
HSV(B)120º1.63%96.08%-
XYZ84.8190.3696.19-
YUV243.35126.67126.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.15%
GREEN value IS 245 (96.09% from 255) = 33.70%
BLUE value IS 241 (94.53% from 255) = 33.15%
R=33.15%
G=33.70%
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.04
SystemRedGreenBlueCMYKHSL
Decimal2412452410.0200.020.0412016.6795.29
HexF1F5F1202478115f
Octal361365361202417021137
Binary111100011111010111110001100101001111000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F5F1; }

 p { color: rgb(241,245,241); }

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

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

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

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

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

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

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