#F1FB8E

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

Shades of Tidal #F1FB8E

Tints of Tidal #F1FB8E

Color information

#F1FB8E (or 0xF1FB8E) is unknown color: approx Tidal. HEX triplet: F1, FB and 8E. RGB value is (241,251,142). Sum of RGB (Red+Green+Blue) = 241+251+142=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 142 (55.86% from 255 or 22.40% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FB8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FB8E is #0E0471. Grayscale: #ECECEC. Windows color (decimal): -918642 or 9370609. OLE color: 9370609.

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

Color convert

RGB241251142-
CMYK0.0400.430.02
HSL65.5º93.16%77.06%-
HSV(B)65.5º43.43%98.43%-
XYZ75.6689.6538.91-
YUV235.5875.19131.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.01%
GREEN value IS 251 (98.44% from 255) = 39.59%
BLUE value IS 142 (55.86% from 255) = 22.40%
R=38.01%
G=39.59%
B=22.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412511420.0400.430.0265.593.1677.06
HexF1FB8E402B2425d4d
Octal36137321640532102135115
Binary111100011111101110001110100010101110100001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FB8E; }

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

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

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

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

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

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

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

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