Html Css Color HEX #F1FC8D Tidal

📋 copy color: '#F1FC8D'

red 241 ◦ green 252 ◦ blue 141

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

Shades of Tidal #F1FC8D

Tints of Tidal #F1FC8D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.75%

 BLUE value IS 141 (55.47% from 255) = 22.24%

R = 38.01%
G = 39.75%
B = 22.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#F1FC8D (or 0xF1FC8D) is known color: Tidal. HEX triplet: F1, FC and 8D. RGB value is (241,252,141). Sum of RGB (Red+Green+Blue) = 241+252+141=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 141 (55.47% from 255 or 22.24% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FC8D is #0E0372. Grayscale: #ECECEC. Windows color (decimal): -918387 or 9305329. OLE color: 9305329.

HSL color Cylindrical-coordinate representation of color #F1FC8D: hue angle of 65.95º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1FC8D is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 252 141 -
CMYK 0.04 0 0.44 0.01
HSL 65.95º 0.95% 0.77% -
HSV(B) 65.95º 0.44% 0.99% -
XYZ 75.89 90.24 38.62 -
YUV 236.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 241 252 141 0.04 0 0.44 0.01 65.95 0.95 0.77
Hex F1 FC 8D 4 0 2C 1 42 5F 4D
Octal 361 374 215 4 0 54 1 102 137 115
Binary 11110001 11111100 10001101 100 0 101100 1 1000010 1011111 1001101

Color Harmonies of #F1FC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FC8D

Black with #F1FC8D

Text Example


Text Example

White with #F1FC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FC8D; }

 p { color: rgb(241,252,141); }

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

background-color css

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

 a { background-color: rgb(241,252,141); }

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

border-color css

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

 span { border-color: rgb(241,252,141); }

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