#F1FB95

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

Shades of Tidal #F1FB95

Tints of Tidal #F1FB95

Color information

#F1FB95 (or 0xF1FB95) is unknown color: approx Tidal. HEX triplet: F1, FB and 95. RGB value is (241,251,149). Sum of RGB (Red+Green+Blue) = 241+251+149=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 149 (58.59% from 255 or 23.24% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FB95 is #0E046A. Grayscale: #ECECEC. Windows color (decimal): -918635 or 9829361. OLE color: 9829361.

HSL color Cylindrical-coordinate representation of color #F1FB95: hue angle of 65.88º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1FB95 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB241251149-
CMYK0.0400.410.02
HSL65.88º92.73%78.43%-
HSV(B)65.88º40.64%98.43%-
XYZ76.289.8741.76-
YUV236.3878.69131.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 251 (98.44% from 255) = 39.16%
BLUE value IS 149 (58.59% from 255) = 23.24%
R=37.60%
G=39.16%
B=23.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412511490.0400.410.0265.8892.7378.43
HexF1FB9540292425d4e
Octal36137322540512102135116
Binary111100011111101110010101100010100110100001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FB95; }

 p { color: rgb(241,251,149); }

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

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

 a { background-color: rgb(241,251,149); }

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

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

 span { border-color: rgb(241,251,149); }

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