#F5FDF5

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

Shades of Honeydew #F5FDF5

Tints of Honeydew #F5FDF5

Color information

#F5FDF5 (or 0xF5FDF5) is unknown color: approx Honeydew. HEX triplet: F5, FD and F5. RGB value is (245,253,245). Sum of RGB (Red+Green+Blue) = 245+253+245=743 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.97% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 245 (96.09% from 255 or 32.97% from 743); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDF5 is #0A020A. Grayscale: #F9F9F9. Windows color (decimal): -655883 or 16121333. OLE color: 16121333.

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

Color convert

RGB245253245-
CMYK0.0300.030.01
HSL120º66.67%97.65%-
HSV(B)120º3.16%99.22%-
XYZ89.2696.26100.26-
YUV249.7125.35124.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.97%
GREEN value IS 253 (99.22% from 255) = 34.05%
BLUE value IS 245 (96.09% from 255) = 32.97%
R=32.97%
G=34.05%
B=32.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452532450.0300.030.0112066.6797.65
HexF5FDF53031784362
Octal3653753653031170103142
Binary111101011111110111110101110111111100010000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDF5; }

 p { color: rgb(245,253,245); }

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

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

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

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

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

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

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