#F2FAF1

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

Shades of Honeydew #F2FAF1

Tints of Honeydew #F2FAF1

Color information

#F2FAF1 (or 0xF2FAF1) is unknown color: approx Honeydew. HEX triplet: F2, FA and F1. RGB value is (242,250,241). Sum of RGB (Red+Green+Blue) = 242+250+241=733 (97% of max value = 765). Red value is 242 (94.92% from 255 or 33.02% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 241 (94.53% from 255 or 32.88% from 733); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAF1 is #0D050E. Grayscale: #F6F6F6. Windows color (decimal): -853263 or 15858418. OLE color: 15858418.

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

Color convert

RGB242250241-
CMYK0.0300.040.02
HSL113.33º47.37%96.27%-
HSV(B)113.33º3.6%98.04%-
XYZ86.6893.696.72-
YUV246.58124.85124.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.02%
GREEN value IS 250 (98.05% from 255) = 34.11%
BLUE value IS 241 (94.53% from 255) = 32.88%
R=33.02%
G=34.11%
B=32.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502410.0300.040.02113.3347.3796.27
HexF2FAF13042712f60
Octal362372361304216157140
Binary1111001011111010111100011101001011100011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAF1; }

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

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

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

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

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

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

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

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