#F5FAF4

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

Shades of Honeydew #F5FAF4

Tints of Honeydew #F5FAF4

Color information

#F5FAF4 (or 0xF5FAF4) is unknown color: approx Honeydew. HEX triplet: F5, FA and F4. RGB value is (245,250,244). Sum of RGB (Red+Green+Blue) = 245+250+244=739 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.15% from 739); Green value is 250 (98.05% from 255 or 33.83% from 739); Blue value is 244 (95.70% from 255 or 33.02% from 739); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FAF4 is #0A050B. Grayscale: #F7F7F7. Windows color (decimal): -656652 or 16055029. OLE color: 16055029.

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

Color convert

RGB245250244-
CMYK0.0200.020.02
HSL110º37.5%96.86%-
HSV(B)110º2.4%98.04%-
XYZ88.1794.3299.15-
YUV247.82125.84125.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.15%
GREEN value IS 250 (98.05% from 255) = 33.83%
BLUE value IS 244 (95.70% from 255) = 33.02%
R=33.15%
G=33.83%
B=33.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452502440.0200.020.0211037.596.86
HexF5FAF420226e2661
Octal365372364202215646141
Binary111101011111101011110100100101011011101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAF4; }

 p { color: rgb(245,250,244); }

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

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

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

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

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

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

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