Shades of Dew #F0FDF3
Tints of Dew #F0FDF3
RGB
CMYK
RGB Variations
Color information
#F0FDF3 (or 0xF0FDF3) is known color: Dew. HEX triplet: F0, FD and F3. RGB value is (240,253,243). Sum of RGB (Red+Green+Blue) = 240+253+243=736 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.61% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 243 (95.31% from 255 or 33.02% from 736); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDF3 is #0F020C. Grayscale: #F7F7F7. Windows color (decimal): -983565 or 15990256. OLE color: 15990256.
HSL color Cylindrical-coordinate representation of color #F0FDF3: hue angle of 133.85º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0FDF3 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 243 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.01 |
| HSL | 133.85º | 0.76% | 0.97% | - |
| HSV(B) | 133.85º | 0.05% | 0.99% | - |
| XYZ | 87.24 | 95.25 | 98.58 | - |
| YUV | 247.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 243 | 0.05 | 0 | 0.04 | 0.01 | 133.85 | 0.76 | 0.97 |
| Hex | F0 | FD | F3 | 5 | 0 | 4 | 1 | 86 | 4C | 61 |
| Octal | 360 | 375 | 363 | 5 | 0 | 4 | 1 | 206 | 114 | 141 |
| Binary | 11110000 | 11111101 | 11110011 | 101 | 0 | 100 | 1 | 10000110 | 1001100 | 1100001 |
Color Harmonies of #F0FDF3
Complementary color
Monochromatic Colors of #F0FDF3
Black with #F0FDF3
Text Example
Text Example
White with #F0FDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDF3; }
p { color: rgb(240,253,243); }
H1.HeaderClassName
{
color: #F0FDF3;
}
.AnyTagClassName
{
color: #F0FDF3;
}
</style>
background-color css
<style>
a { background-color: #F0FDF3; }
a { background-color: rgb(240,253,243); }
div.DivClassName
{
background-color: #F0FDF3;
}
.BgClassName
{
background-color: #F0FDF3;
}
</style>
border-color css
<style>
span { border-color: #F0FDF3; }
span { border-color: rgb(240,253,243); }
td.TdClassName
{
border-color: #F0FDF3;
}
.TagClassName
{
border-color: #F0FDF3;
}
</style>