#FAFF80

Color #FAFF80 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #FAFF80

Tints of Tidal #FAFF80

Color information

#FAFF80 (or 0xFAFF80) is unknown color: approx 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

RGB250255128-
CMYK0.0200.500
HSL62.36º100%75.1%-
HSV(B)62.36º49.8%100%-
XYZ79.0893.434.28-
YUV239.0365.34135.83-

RGB Variations

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

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 (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551280.0200.50062.3610075.1
HexFAFF80203203e644b
Octal3723772002062076144113
Binary111110101111111110000000100110010011111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>