Shades of Honeydew #F5FAF4
Tints of Honeydew #F5FAF4
RGB
CMYK
RGB Variations
Color information
#F5FAF4 (or 0xF5FAF4) is known color: 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
RGB | 245 | 250 | 244 | - |
CMYK | 0.02 | 0 | 0.02 | 0.02 |
HSL | 110º | 0.38% | 0.97% | - |
HSV(B) | 110º | 0.02% | 0.98% | - |
XYZ | 88.17 | 94.32 | 99.15 | - |
YUV | 247.82 | 125.84 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 250 | 244 | 0.02 | 0 | 0.02 | 0.02 | 110 | 0.38 | 0.97 |
Hex | F5 | FA | F4 | 2 | 0 | 2 | 2 | 6E | 26 | 61 |
Octal | 365 | 372 | 364 | 2 | 0 | 2 | 2 | 156 | 46 | 141 |
Binary | 11110101 | 11111010 | 11110100 | 10 | 0 | 10 | 10 | 1101110 | 100110 | 1100001 |
Color Harmonies of #F5FAF4
Complementary color
Monochromatic Colors of #F5FAF4
Black with #F5FAF4
Text Example
Text Example
White with #F5FAF4
Text Example
Text Example
HTML Codes & Css Web 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>