Shades of Dew #F0FEF3
Tints of Dew #F0FEF3
RGB
CMYK
RGB Variations
Color information
#F0FEF3 (or 0xF0FEF3) is known color: Dew. HEX triplet: F0, FE and F3. RGB value is (240,254,243). Sum of RGB (Red+Green+Blue) = 240+254+243=737 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.56% from 737); Green value is 254 (99.61% from 255 or 34.46% from 737); Blue value is 243 (95.31% from 255 or 32.97% from 737); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FEF3 is #0F010C. Grayscale: #F8F8F8. Windows color (decimal): -983309 or 15990512. OLE color: 15990512.
HSL color Cylindrical-coordinate representation of color #F0FEF3: hue angle of 132.86º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0FEF3 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 243 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.00 |
| HSL | 132.86º | 0.88% | 0.97% | - |
| HSV(B) | 132.86º | 0.06% | 1% | - |
| XYZ | 87.55 | 95.88 | 98.69 | - |
| YUV | 248.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 243 | 0.06 | 0 | 0.04 | 0.00 | 132.86 | 0.88 | 0.97 |
| Hex | F0 | FE | F3 | 6 | 0 | 4 | 0 | 85 | 58 | 61 |
| Octal | 360 | 376 | 363 | 6 | 0 | 4 | 0 | 205 | 130 | 141 |
| Binary | 11110000 | 11111110 | 11110011 | 110 | 0 | 100 | 0 | 10000101 | 1011000 | 1100001 |
Color Harmonies of #F0FEF3
Complementary color
Monochromatic Colors of #F0FEF3
Black with #F0FEF3
Text Example
Text Example
White with #F0FEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEF3; }
p { color: rgb(240,254,243); }
H1.HeaderClassName
{
color: #F0FEF3;
}
.AnyTagClassName
{
color: #F0FEF3;
}
</style>
background-color css
<style>
a { background-color: #F0FEF3; }
a { background-color: rgb(240,254,243); }
div.DivClassName
{
background-color: #F0FEF3;
}
.BgClassName
{
background-color: #F0FEF3;
}
</style>
border-color css
<style>
span { border-color: #F0FEF3; }
span { border-color: rgb(240,254,243); }
td.TdClassName
{
border-color: #F0FEF3;
}
.TagClassName
{
border-color: #F0FEF3;
}
</style>