Html Css Color HEX #F1FA8D Tidal

📋 copy color: '#F1FA8D'

red 241 ◦ green 250 ◦ blue 141

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

Shades of Tidal #F1FA8D

Tints of Tidal #F1FA8D

RGB

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

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

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

R = 38.13%
G = 39.56%
B = 22.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F1FA8D (or 0xF1FA8D) is known color: Tidal. HEX triplet: F1, FA and 8D. RGB value is (241,250,141). Sum of RGB (Red+Green+Blue) = 241+250+141=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 141 (55.47% from 255 or 22.31% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FA8D is #0E0572. Grayscale: #EBEBEB. Windows color (decimal): -918899 or 9304817. OLE color: 9304817.

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

Color convert

RGB 241 250 141 -
CMYK 0.04 0 0.44 0.02
HSL 64.95º 0.92% 0.77% -
HSV(B) 64.95º 0.44% 0.98% -
XYZ 75.27 89 38.41 -
YUV 234.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 241 250 141 0.04 0 0.44 0.02 64.95 0.92 0.77
Hex F1 FA 8D 4 0 2C 2 41 5C 4D
Octal 361 372 215 4 0 54 2 101 134 115
Binary 11110001 11111010 10001101 100 0 101100 10 1000001 1011100 1001101

Color Harmonies of #F1FA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FA8D

Black with #F1FA8D

Text Example


Text Example

White with #F1FA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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