Html Css Color HEX #F1FA86 Tidal

📋 copy color: '#F1FA86'

red 241 ◦ green 250 ◦ blue 134

#F1FA86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #F1FA86

Tints of Tidal #F1FA86

RGB

 RED value IS 241 (94.53% from 255) = 38.56%

 GREEN value IS 250 (98.05% from 255) = 40%

 BLUE value IS 134 (52.73% from 255) = 21.44%

R = 38.56%
G = 40%
B = 21.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F1FA86 (or 0xF1FA86) is known color: Tidal. HEX triplet: F1, FA and 86. RGB value is (241,250,134). Sum of RGB (Red+Green+Blue) = 241+250+134=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 134 (52.73% from 255 or 21.44% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FA86 is #0E0579. Grayscale: #EAEAEA. Windows color (decimal): -918906 or 8846065. OLE color: 8846065.

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

Color convert

RGB 241 250 134 -
CMYK 0.04 0 0.46 0.02
HSL 64.66º 0.92% 0.75% -
HSV(B) 64.66º 0.46% 0.98% -
XYZ 74.76 88.79 35.75 -
YUV 234.09 71.52 132.93 -
System Red Green Blue C M Y K H S L
Decimal 241 250 134 0.04 0 0.46 0.02 64.66 0.92 0.75
Hex F1 FA 86 4 0 2E 2 41 5C 4B
Octal 361 372 206 4 0 56 2 101 134 113
Binary 11110001 11111010 10000110 100 0 101110 10 1000001 1011100 1001011

Color Harmonies of #F1FA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FA86

Black with #F1FA86

Text Example


Text Example

White with #F1FA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FA86; }

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

 H1.HeaderClassName
 {
   color: #F1FA86;
 }
 .AnyTagClassName
 {
   color: #F1FA86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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