Html Css Color HEX #FAFF80 Tidal

📋 copy color: '#FAFF80'

red 250 ◦ green 255 ◦ blue 128

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

Shades of Tidal #FAFF80

Tints of Tidal #FAFF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 20.22%

R = 39.49%
G = 40.28%
B = 20.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FAFF80 (or 0xFAFF80) is known color: Tidal. HEX triplet: FA, FF and 80. RGB value is (250,255,128). Sum of RGB (Red+Green+Blue) = 250+255+128=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 128 (50.39% from 255 or 20.22% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFF80 is #05007F. Grayscale: #EFEFEF. Windows color (decimal): -327808 or 8454138. OLE color: 8454138.

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

Color convert

RGB 250 255 128 -
CMYK 0.02 0 0.50 0
HSL 62.36º 1% 0.75% -
HSV(B) 62.36º 0.5% 1% -
XYZ 79.08 93.4 34.28 -
YUV 239.03 65.34 135.83 -
System Red Green Blue C M Y K H S L
Decimal 250 255 128 0.02 0 0.50 0 62.36 1 0.75
Hex FA FF 80 2 0 32 0 3E 64 4B
Octal 372 377 200 2 0 62 0 76 144 113
Binary 11111010 11111111 10000000 10 0 110010 0 111110 1100100 1001011

Color Harmonies of #FAFF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF80

Black with #FAFF80

Text Example


Text Example

White with #FAFF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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