Shades of Tidal #F0FD8C
Tints of Tidal #F0FD8C
RGB
CMYK
RGB Variations
Color information
#F0FD8C (or 0xF0FD8C) is known color: Tidal. HEX triplet: F0, FD and 8C. RGB value is (240,253,140). Sum of RGB (Red+Green+Blue) = 240+253+140=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 140 (55.08% from 255 or 22.12% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FD8C is #0F0273. Grayscale: #ECECEC. Windows color (decimal): -983668 or 9240048. OLE color: 9240048.
HSL color Cylindrical-coordinate representation of color #F0FD8C: hue angle of 66.9º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0FD8C is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 140 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.01 |
| HSL | 66.9º | 0.97% | 0.77% | - |
| HSV(B) | 66.9º | 0.45% | 0.99% | - |
| XYZ | 75.79 | 90.67 | 38.32 | - |
| YUV | 236.23 | 73.69 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 140 | 0.05 | 0 | 0.45 | 0.01 | 66.9 | 0.97 | 0.77 |
| Hex | F0 | FD | 8C | 5 | 0 | 2D | 1 | 43 | 61 | 4D |
| Octal | 360 | 375 | 214 | 5 | 0 | 55 | 1 | 103 | 141 | 115 |
| Binary | 11110000 | 11111101 | 10001100 | 101 | 0 | 101101 | 1 | 1000011 | 1100001 | 1001101 |
Color Harmonies of #F0FD8C
Complementary color
Monochromatic Colors of #F0FD8C
Black with #F0FD8C
Text Example
Text Example
White with #F0FD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD8C; }
p { color: rgb(240,253,140); }
H1.HeaderClassName
{
color: #F0FD8C;
}
.AnyTagClassName
{
color: #F0FD8C;
}
</style>
background-color css
<style>
a { background-color: #F0FD8C; }
a { background-color: rgb(240,253,140); }
div.DivClassName
{
background-color: #F0FD8C;
}
.BgClassName
{
background-color: #F0FD8C;
}
</style>
border-color css
<style>
span { border-color: #F0FD8C; }
span { border-color: rgb(240,253,140); }
td.TdClassName
{
border-color: #F0FD8C;
}
.TagClassName
{
border-color: #F0FD8C;
}
</style>