#F2F8F4

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

Shades of Bubbles #F2F8F4

Tints of Bubbles #F2F8F4

Color information

#F2F8F4 (or 0xF2F8F4) is unknown color: approx Bubbles. HEX triplet: F2, F8 and F4. RGB value is (242,248,244). Sum of RGB (Red+Green+Blue) = 242+248+244=734 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.97% from 734); Green value is 248 (97.27% from 255 or 33.79% from 734); Blue value is 244 (95.70% from 255 or 33.24% from 734); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F8F4 is #0D070B. Grayscale: #F5F5F5. Windows color (decimal): -853772 or 16054514. OLE color: 16054514.

HSL color Cylindrical-coordinate representation of color #F2F8F4: hue angle of 140º degrees, saturation: 0.3, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2F8F4 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB242248244-
CMYK0.0200.020.03
HSL140º30%96.08%-
HSV(B)140º2.42%97.25%-
XYZ86.5192.5498.89-
YUV245.75127.01125.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.97%
GREEN value IS 248 (97.27% from 255) = 33.79%
BLUE value IS 244 (95.70% from 255) = 33.24%
R=32.97%
G=33.79%
B=33.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422482440.0200.020.031403096.08
HexF2F8F420238c1e60
Octal362370364202321436140
Binary111100101111100011110100100101110001100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F8F4; }

 p { color: rgb(242,248,244); }

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

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

 a { background-color: rgb(242,248,244); }

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

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

 span { border-color: rgb(242,248,244); }

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