#F1FA8A

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

Shades of Tidal #F1FA8A

Tints of Tidal #F1FA8A

Color information

#F1FA8A (or 0xF1FA8A) is unknown color: approx Tidal. HEX triplet: F1, FA and 8A. RGB value is (241,250,138). Sum of RGB (Red+Green+Blue) = 241+250+138=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 138 (54.30% from 255 or 21.94% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FA8A is #0E0575. Grayscale: #EAEAEA. Windows color (decimal): -918902 or 9108209. OLE color: 9108209.

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

Color convert

RGB241250138-
CMYK0.0400.450.02
HSL64.82º91.8%76.08%-
HSV(B)64.82º44.8%98.04%-
XYZ75.0588.9137.25-
YUV234.5473.52132.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 138 (54.30% from 255) = 21.94%
R=38.31%
G=39.75%
B=21.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501380.0400.450.0264.8291.876.08
HexF1FA8A402D2415c4c
Octal36137221240552101134114
Binary111100011111101010001010100010110110100000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FA8A; }

 p { color: rgb(241,250,138); }

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

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

 a { background-color: rgb(241,250,138); }

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

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

 span { border-color: rgb(241,250,138); }

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