#F2FEF1

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

Shades of Honeydew #F2FEF1

Tints of Honeydew #F2FEF1

Color information

#F2FEF1 (or 0xF2FEF1) is unknown color: approx Honeydew. HEX triplet: F2, FE and F1. RGB value is (242,254,241). Sum of RGB (Red+Green+Blue) = 242+254+241=737 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.84% from 737); Green value is 254 (99.61% from 255 or 34.46% from 737); Blue value is 241 (94.53% from 255 or 32.70% from 737); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEF1 is #0D010E. Grayscale: #F8F8F8. Windows color (decimal): -852239 or 15859442. OLE color: 15859442.

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

Color convert

RGB242254241-
CMYK0.0500.050.00
HSL115.38º86.67%97.06%-
HSV(B)115.38º5.12%99.61%-
XYZ87.9496.1197.14-
YUV248.93123.52123.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.84%
GREEN value IS 254 (99.61% from 255) = 34.46%
BLUE value IS 241 (94.53% from 255) = 32.70%
R=32.84%
G=34.46%
B=32.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542410.0500.050.00115.3886.6797.06
HexF2FEF15050735761
Octal3623763615050163127141
Binary11110010111111101111000110101010111001110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEF1; }

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

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

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

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

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

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

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

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