#F2FEF0

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

Shades of Honeydew #F2FEF0

Tints of Honeydew #F2FEF0

Color information

#F2FEF0 (or 0xF2FEF0) is unknown color: approx Honeydew. HEX triplet: F2, FE and F0. RGB value is (242,254,240). Sum of RGB (Red+Green+Blue) = 242+254+240=736 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.88% from 736); Green value is 254 (99.61% from 255 or 34.51% from 736); Blue value is 240 (94.14% from 255 or 32.61% from 736); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEF0 is #0D010F. Grayscale: #F8F8F8. Windows color (decimal): -852240 or 15793906. OLE color: 15793906.

HSL color Cylindrical-coordinate representation of color #F2FEF0: hue angle of 111.43º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2FEF0 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB242254240-
CMYK0.0500.060.00
HSL111.43º87.5%96.86%-
HSV(B)111.43º5.51%99.61%-
XYZ87.7996.0596.35-
YUV248.82123.02123.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.88%
GREEN value IS 254 (99.61% from 255) = 34.51%
BLUE value IS 240 (94.14% from 255) = 32.61%
R=32.88%
G=34.51%
B=32.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542400.0500.060.00111.4387.596.86
HexF2FEF050606f5861
Octal3623763605060157130141
Binary11110010111111101111000010101100110111110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEF0; }

 p { color: rgb(242,254,240); }

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

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

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

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

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

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

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