Html Css Color HEX #FAFF82 Tidal

📋 copy color: '#FAFF82'

red 250 ◦ green 255 ◦ blue 130

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

Shades of Tidal #FAFF82

Tints of Tidal #FAFF82

RGB

 RED value IS 250 (98.05% from 255) = 39.37%

 GREEN value IS 255 (100% from 255) = 40.16%

 BLUE value IS 130 (51.17% from 255) = 20.47%

R = 39.37%
G = 40.16%
B = 20.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FAFF82 (or 0xFAFF82) is known color: Tidal. HEX triplet: FA, FF and 82. RGB value is (250,255,130). Sum of RGB (Red+Green+Blue) = 250+255+130=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 130 (51.17% from 255 or 20.47% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF82 is #05007D. Grayscale: #EFEFEF. Windows color (decimal): -327806 or 8585210. OLE color: 8585210.

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

Color convert

RGB 250 255 130 -
CMYK 0.02 0 0.49 0
HSL 62.4º 1% 0.75% -
HSV(B) 62.4º 0.49% 1% -
XYZ 79.21 93.46 34.98 -
YUV 239.26 66.34 135.66 -
System Red Green Blue C M Y K H S L
Decimal 250 255 130 0.02 0 0.49 0 62.4 1 0.75
Hex FA FF 82 2 0 31 0 3E 64 4B
Octal 372 377 202 2 0 61 0 76 144 113
Binary 11111010 11111111 10000010 10 0 110001 0 111110 1100100 1001011

Color Harmonies of #FAFF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF82

Black with #FAFF82

Text Example


Text Example

White with #FAFF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF82; }

 p { color: rgb(250,255,130); }

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

background-color css

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

 a { background-color: rgb(250,255,130); }

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

border-color css

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

 span { border-color: rgb(250,255,130); }

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