#F0FDF4

Color #F0FDF4 Bubbles (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bubbles #F0FDF4

Tints of Bubbles #F0FDF4

Color information

#F0FDF4 (or 0xF0FDF4) is unknown color: approx Bubbles. HEX triplet: F0, FD and F4. RGB value is (240,253,244). Sum of RGB (Red+Green+Blue) = 240+253+244=737 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.56% from 737); Green value is 253 (99.22% from 255 or 34.33% from 737); Blue value is 244 (95.70% from 255 or 33.11% from 737); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDF4 is #0F020B. Grayscale: #F8F8F8. Windows color (decimal): -983564 or 16055792. OLE color: 16055792.

HSL color Cylindrical-coordinate representation of color #F0FDF4: hue angle of 138.46º 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 #F0FDF4 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB240253244-
CMYK0.0500.040.01
HSL138.46º76.47%96.67%-
HSV(B)138.46º5.14%99.22%-
XYZ87.3995.3199.38-
YUV248.09125.69122.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 32.56%
GREEN value IS 253 (99.22% from 255) = 34.33%
BLUE value IS 244 (95.70% from 255) = 33.11%
R=32.56%
G=34.33%
B=33.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402532440.0500.040.01138.4676.4796.67
HexF0FDF450418a4c61
Octal3603753645041212114141
Binary111100001111110111110100101010011000101010011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FDF4; }

 p { color: rgb(240,253,244); }

 H1.HeaderClassName
 {
   color: #F0FDF4;
 }
 .AnyTagClassName
 {
   color: #F0FDF4;
 }
</style>
background-color css

<style>
 a { background-color: #F0FDF4; }

 a { background-color: rgb(240,253,244); }

 div.DivClassName
 {
   background-color: #F0FDF4;
 }
 .BgClassName
 {
   background-color: #F0FDF4;
 }
</style>
border-color css

<style>
 span { border-color: #F0FDF4; }

 span { border-color: rgb(240,253,244); }

 td.TdClassName
 {
   border-color: #F0FDF4;
 }
 .TagClassName
 {
   border-color: #F0FDF4;
 }
</style>