Shades of Honeydew #F5FDF4
Tints of Honeydew #F5FDF4
RGB
CMYK
RGB Variations
Color information
#F5FDF4 (or 0xF5FDF4) is known color: Honeydew. HEX triplet: F5, FD and F4. RGB value is (245,253,244). Sum of RGB (Red+Green+Blue) = 245+253+244=742 (98% of max value = 765). Red value is 245 (96.09% from 255 or 33.02% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 244 (95.70% from 255 or 32.88% from 742); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDF4 is #0A020B. Grayscale: #F9F9F9. Windows color (decimal): -655884 or 16055797. OLE color: 16055797.
HSL color Cylindrical-coordinate representation of color #F5FDF4: hue angle of 113.33º degrees, saturation: 0.69, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FDF4 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 253 | 244 | - |
CMYK | 0.03 | 0 | 0.04 | 0.01 |
HSL | 113.33º | 0.69% | 0.97% | - |
HSV(B) | 113.33º | 0.04% | 0.99% | - |
XYZ | 89.11 | 96.19 | 99.46 | - |
YUV | 249.58 | 124.85 | 124.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 253 | 244 | 0.03 | 0 | 0.04 | 0.01 | 113.33 | 0.69 | 0.97 |
Hex | F5 | FD | F4 | 3 | 0 | 4 | 1 | 71 | 45 | 61 |
Octal | 365 | 375 | 364 | 3 | 0 | 4 | 1 | 161 | 105 | 141 |
Binary | 11110101 | 11111101 | 11110100 | 11 | 0 | 100 | 1 | 1110001 | 1000101 | 1100001 |
Color Harmonies of #F5FDF4
Complementary color
Monochromatic Colors of #F5FDF4
Black with #F5FDF4
Text Example
Text Example
White with #F5FDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDF4; }
p { color: rgb(245,253,244); }
H1.HeaderClassName
{
color: #F5FDF4;
}
.AnyTagClassName
{
color: #F5FDF4;
}
</style>
background-color css
<style>
a { background-color: #F5FDF4; }
a { background-color: rgb(245,253,244); }
div.DivClassName
{
background-color: #F5FDF4;
}
.BgClassName
{
background-color: #F5FDF4;
}
</style>
border-color css
<style>
span { border-color: #F5FDF4; }
span { border-color: rgb(245,253,244); }
td.TdClassName
{
border-color: #F5FDF4;
}
.TagClassName
{
border-color: #F5FDF4;
}
</style>