#F1F894

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

Shades of Tidal #F1F894

Tints of Tidal #F1F894

Color information

#F1F894 (or 0xF1F894) is unknown color: approx Tidal. HEX triplet: F1, F8 and 94. RGB value is (241,248,148). Sum of RGB (Red+Green+Blue) = 241+248+148=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 148 (58.20% from 255 or 23.23% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F894 is #0E076B. Grayscale: #EAEAEA. Windows color (decimal): -919404 or 9763057. OLE color: 9763057.

HSL color Cylindrical-coordinate representation of color #F1F894: hue angle of 64.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1F894 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB241248148-
CMYK0.0300.400.03
HSL64.2º87.72%77.65%-
HSV(B)64.2º40.32%97.25%-
XYZ75.1987.9741.03-
YUV234.5179.18132.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 248 (97.27% from 255) = 38.93%
BLUE value IS 148 (58.20% from 255) = 23.23%
R=37.83%
G=38.93%
B=23.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412481480.0300.400.0364.287.7277.65
HexF1F8943028340584e
Octal36137022430503100130116
Binary11110001111110001001010011010100011100000010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F894; }

 p { color: rgb(241,248,148); }

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

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

 a { background-color: rgb(241,248,148); }

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

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

 span { border-color: rgb(241,248,148); }

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