Shades of Bubbles #F0FEF4
Tints of Bubbles #F0FEF4
RGB
CMYK
RGB Variations
Color information
#F0FEF4 (or 0xF0FEF4) is known color: Bubbles. HEX triplet: F0, FE and F4. RGB value is (240,254,244). Sum of RGB (Red+Green+Blue) = 240+254+244=738 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.52% from 738); Green value is 254 (99.61% from 255 or 34.42% from 738); Blue value is 244 (95.70% from 255 or 33.06% from 738); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FEF4 is #0F010B. Grayscale: #F8F8F8. Windows color (decimal): -983308 or 16056048. OLE color: 16056048.
HSL color Cylindrical-coordinate representation of color #F0FEF4: hue angle of 137.14º 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 #F0FEF4 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 244 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.00 |
| HSL | 137.14º | 0.88% | 0.97% | - |
| HSV(B) | 137.14º | 0.06% | 1% | - |
| XYZ | 87.71 | 95.94 | 99.48 | - |
| YUV | 248.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 244 | 0.06 | 0 | 0.04 | 0.00 | 137.14 | 0.88 | 0.97 |
| Hex | F0 | FE | F4 | 6 | 0 | 4 | 0 | 89 | 58 | 61 |
| Octal | 360 | 376 | 364 | 6 | 0 | 4 | 0 | 211 | 130 | 141 |
| Binary | 11110000 | 11111110 | 11110100 | 110 | 0 | 100 | 0 | 10001001 | 1011000 | 1100001 |
Color Harmonies of #F0FEF4
Complementary color
Monochromatic Colors of #F0FEF4
Black with #F0FEF4
Text Example
Text Example
White with #F0FEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEF4; }
p { color: rgb(240,254,244); }
H1.HeaderClassName
{
color: #F0FEF4;
}
.AnyTagClassName
{
color: #F0FEF4;
}
</style>
background-color css
<style>
a { background-color: #F0FEF4; }
a { background-color: rgb(240,254,244); }
div.DivClassName
{
background-color: #F0FEF4;
}
.BgClassName
{
background-color: #F0FEF4;
}
</style>
border-color css
<style>
span { border-color: #F0FEF4; }
span { border-color: rgb(240,254,244); }
td.TdClassName
{
border-color: #F0FEF4;
}
.TagClassName
{
border-color: #F0FEF4;
}
</style>