#F2FCF2

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

Shades of Honeydew #F2FCF2

Tints of Honeydew #F2FCF2

Color information

#F2FCF2 (or 0xF2FCF2) is unknown color: approx Honeydew. HEX triplet: F2, FC and F2. RGB value is (242,252,242). Sum of RGB (Red+Green+Blue) = 242+252+242=736 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.88% from 736); Green value is 252 (98.83% from 255 or 34.24% from 736); Blue value is 242 (94.92% from 255 or 32.88% from 736); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCF2 is #0D030D. Grayscale: #F7F7F7. Windows color (decimal): -852750 or 15924466. OLE color: 15924466.

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

Color convert

RGB242252242-
CMYK0.0400.040.01
HSL120º62.5%96.86%-
HSV(B)120º3.97%98.82%-
XYZ87.4694.9197.71-
YUV247.87124.69123.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.88%
GREEN value IS 252 (98.83% from 255) = 34.24%
BLUE value IS 242 (94.92% from 255) = 32.88%
R=32.88%
G=34.24%
B=32.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422522420.0400.040.0112062.596.86
HexF2FCF24041783e61
Octal362374362404117076141
Binary1111001011111100111100101000100111110001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCF2; }

 p { color: rgb(242,252,242); }

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

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

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

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

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

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

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